mybiketraffic time of day analysis

I’ve started a research newsletter on substack separate from my work blog to keep my users updated on the results of this project. Check out my latest post by clicking the image or link below!

Server-Sent Events

Server-Sent Events enable finer grained progress updates on a long-running script.

One of the HTML5 features introduced that I have not needed until now is something called “server-sent events“. It’s a strange name which I think is derived from the HTTP content-type text/event-stream which must be set on the server side script generating the events. This isn’t quite the same as web push notifications which are… Continue reading Server-Sent Events