Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 708 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 708 Bytes

Socket.io Implementation

A simple implementation of Socket.IO using Node.js as a POC for a case I'm working on.

  • Quick Start

    • 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
  • .NET Client

    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.