- Install dependencies with the command
npm install
- Start the server with the command
npm run start
- Open
http://localhost:5000/
in two different browser windows to see this application in action.
KarenOk/express-socket.io-tryout
Tryout of WebSocket communication in NodeJS using Express and Socket.IO .
JavaScript