Skip to content

xksoft/socket.io-client-csharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

260 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

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