Skip to content

xksoft/socket.io-client-csharp

 
 

Repository files navigation

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

About

socket.io-client implemention for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 88.8%
  • HTML 5.1%
  • TypeScript 3.5%
  • JavaScript 1.6%
  • CSS 0.9%
  • Dockerfile 0.1%