/socket.io-client-csharp

socket.io-client implemention for .NET

Primary LanguageC#MIT LicenseMIT

Socket.IO-client for .NET

An elegant socket.io client for .NET, Supports .NET Framework 4.5 and .NET Standard 2.0.

Build Status NuGet

How to use

QuickStart

Development

Before development or testing, you need to install the nodejs.

# start socket.io v2 server
cd src/socket.io-server
npm i # If the dependencies are already installed, you can ignore this step.
npm start

# start socket.io v3 server
cd src/socket.io-server-v3
npm i # If the dependencies are already installed, you can ignore this step.
npm start

Change log

SocketIOClient

Sponsors