Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matheusvellone/websocket_test

Websocket test
https://github.com/matheusvellone/websocket_test

Last synced: about 1 month ago
JSON representation

Websocket test

Awesome Lists containing this project

README

        

### Simple Express Websocket room integration

1. ```npm i``` to install dependencies
2. ```npm run server``` to run server (localhost:3001)
3. ```npm run client``` to run client (localhost:3002)

It's recommended to open two browser tabs and connect to see it working.