/MySocketApp

A basic node.js app showcasing how socket connection can be build and how server can response back to a socket request from a client.

Primary LanguageJavaScript

MySocketApp

A basic node.js app showcasing how socket connection can be build and how server can response back to a socket request from a client.

This demo app showcases of how socket connection can be used in a node.js app.

How a client request can be tracked based on the unique client-id given by socket to each connected client.

Steps to run :

npm install

node index.js