Simple chat application - test project for websocket
- git clone https://github.com/pmelisko/websocket-chat-app.git
- move to websocket-chat-app
- npm install
- node index or npm start
then browse localhost:3000 in multiple tabs you should see who is connected and all posted messages.