Skip to content

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

License

Notifications You must be signed in to change notification settings

FawzyMokhtar/Socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published