Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 286 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 286 Bytes

WebSocket 101

A very simple example to demonstrate WebSockets.

Local Development Setup

To run the code locally, use the following steps:

cd websocket-server

npm install
npm run start:dev

And just open up the index.html from websocket-client page on your browser.