Skip to content Skip to sidebar Skip to footer
Showing posts with the label Server Sent Events

Server Sent Event And Asp Classic

I made a ASP script with all headers necessary for Server Sent Events. The client side script is w… Read more Server Sent Event And Asp Classic

Firefox Doesn't Restore Server-sent Events Connection

Test case implemented with Python and CherryPy: import cherrypy, time class Root(): @cherrypy… Read more Firefox Doesn't Restore Server-sent Events Connection