8000 GitHub - tanrax/SSE-Fake: Free fake Server-send Events for testing and prototyping.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tanrax/SSE-Fake

Repository files navigation

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)

https://sse-fake.andros.dev/


Made with ♥️, Django, Channels and Django EventStream.

Author: Andros Fenollosa

About

Free fake Server-send Events for testing and prototyping.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

  •  
0