Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matdombrock/websocket-test
test websocket latency
https://github.com/matdombrock/websocket-test
Last synced: 7 days ago
JSON representation
test websocket latency
- Host: GitHub
- URL: https://github.com/matdombrock/websocket-test
- Owner: matdombrock
- Created: 2023-12-05T03:38:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-05T19:06:35.000Z (about 1 year ago)
- Last Synced: 2024-11-07T04:44:32.062Z (about 2 months ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USAGE
```
# Clone the repo and enter the directory# Install deps
npm install
npm install -g http-server# Start WS server
node server# Start front-end server
node http-server# Access at localhost:8080
```