-
-
To install dependencies (packages) run command:
yan
or
npm i
-
To start the socket.io server run command:
node server.js
-
To start the socket.io client run command:
node client.js
-
-
You may need to connect to your Socket.IO server from a .NET Client which is possible by the way.
So here is an implementation of the Socket.IO .NET Client.