Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 356 Bytes

NodeJS_Socket.io

A very basic usage example of Socket.io in NodeJS server & Pure HTML (static) client.

How to run?

  • clone or download the project
  • run npm install to install dependencies
  • run npm start to run the server
  • the simply double-click on index.html and try
  • open the index.html file on multiple tab or browser to test chat-ability