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
- Host: GitHub
- URL: https://github.com/subztep/wspp
- Owner: SubZtep
- Created: 2023-04-30T22:30:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T15:57:50.000Z (almost 3 years ago)
- Last Synced: 2025-05-14T22:42:46.353Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```