Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```