Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusvellone/websocket_test
Websocket test
https://github.com/matheusvellone/websocket_test
Last synced: about 1 month ago
JSON representation
Websocket test
- Host: GitHub
- URL: https://github.com/matheusvellone/websocket_test
- Owner: matheusvellone
- Created: 2017-01-08T15:55:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T16:04:23.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T23:46:47.202Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.