Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flpvsk/websocket-example


https://github.com/flpvsk/websocket-example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## WebSocket example

```bash
# Step 0
npm install

# Step 1: Start the server
node server.js

# Step 2: Open the browser on http://127.0.0.1:1111

# Start 3: Start one or more clients
node client.js clientName

# Start 4: Send messages from the web to selected clients
```