https://github.com/stringparser/echo-ws
websocket echo server
https://github.com/stringparser/echo-ws
Last synced: 11 months ago
JSON representation
websocket echo server
- Host: GitHub
- URL: https://github.com/stringparser/echo-ws
- Owner: stringparser
- License: unlicense
- Created: 2022-09-20T09:18:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T09:21:23.000Z (over 3 years ago)
- Last Synced: 2025-01-09T04:08:43.492Z (about 1 year ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# websocket echo server
Simple websocket server that echoes your client messages.
Useful for test and other things I guess.
# development
You'll need [`Docker`](https://www.docker.com) installed in your machine.
Check the `Makefile` there you'll find all the useful commands to run the project. First run `make` to build and run the project.
# docker hub
WIP, not deployed yet to docker hub