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

https://github.com/subztep/wspp

Simple web-socket server
https://github.com/subztep/wspp

Last synced: 8 months ago
JSON representation

Simple web-socket server

Awesome Lists containing this project

README

          

# wspp

Simple WebSocket server (ping—pong).

- Display stats on web url

## Run

With custom port:

```
$ export PORT=1234
$ docker compose up
```