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

https://github.com/polemius/simple_ws_server


https://github.com/polemius/simple_ws_server

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple WebSocket broadcast server

This simple WebSocket server listeting on port `8080` and broadcast all messages to clients except to the one how send this message.

Install:

```bash
$ git clone git@github.com:polemius/simple_ws_server.git
$ cd simple_ws_server
$ yarn install # or use npm
```

Run:

```bash
$ yarn start
Server on port 8080 is listening (press Ctrl+C to exit)
ws://localhost:8080
```