DEV Community

SSE cool starter with CloudFlare Workers and Hono server

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 😊

https://github.com/jswhisperer/SSE-full-honojs-example

Top comments (1)

Collapse
 
ben profile image
Ben Halpern

Server side events are really interesting!