Example program demonstrating using forcefeed SSE API in Javascript inside a browser.
Notice that in order to use this example program, your browser should support SSE (which any modern browser, except IE should).
Also, you cannot run this using a file://
scheme since browsers
prevent cross-origin requests from file://
origins. You should
serve the contents of this repository in a web server and see the
results from there.
You can see this example in action here.