mirror of
https://github.com/tanrax/SSE-Fake.git
synced 2026-08-15 00:23:13 +02:00
main
SSE Fake
Free fake Server-send Events for testing and prototyping.
Try it
Run this code in JavaScript or from any site:
const sse = new EventSource("https://sse-fake.andros.dev/events/");
sse.onmessage = function(event) {
console.log(event.data);
}
Or from the terminal:
curl https://sse-fake.andros.dev/events/
Docs (events)
Contributing
Contributions are welcome! Please see the contribution guidelines for instructions on how to submit issues or pull requests.
Made with ♥️, Django, Channels and Django EventStream.
Author: Andros Fenollosa
Languages
Python
64.3%
HTML
23.3%
JavaScript
4.6%
Dockerfile
2.8%
CSS
2.6%
Other
2.4%