Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 631 Bytes

File metadata and controls

16 lines (12 loc) · 631 Bytes

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.