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 😊
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 😊
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Server side events are really interesting!