https://github.com/cyklan/sse
A server-sent events development tool
https://github.com/cyklan/sse
Last synced: 2 months ago
JSON representation
A server-sent events development tool
- Host: GitHub
- URL: https://github.com/cyklan/sse
- Owner: Cyklan
- Created: 2024-01-20T20:30:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T10:27:56.000Z (over 2 years ago)
- Last Synced: 2024-04-25T02:47:04.729Z (about 2 years ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSE
This is a website tool to help you test your server-sent event implementations. It provides you with a website that can subscribe to your server-sent events or alternatively a webserver that provides a server-sent event every two seconds that you can subscribe to.
## Run
To run this, build both the frontend and the backend with their respective tools. Then, place the contents of the frontend build result into a directory called `public` thats next to the executable provided by the backend. Then run the executable