SSE or Server Side Events is a cool newer web tech to efficently send data in a push / subscribe pattern.
Here's a cool starter with CloudFlare Workers and Hono server I made for a quick start in the most performant way possible 😊
About: Specialist in performance oriented javascript architecture for web, mobile, client and server side. Passionate about realtime web.
SSE or Server Side Events is a cool newer web tech to efficently send data in a push / subscribe pattern.
Here's a cool starter with CloudFlare Workers and Hono server I made for a quick start in the most performant way possible 😊
Server side events are really interesting!