Ramifications of the use of SSE in CloudFlare Workers
Hey everyone. I've been reading up and dabbling with Server Sent Events and DataStar (https://data-star.dev/). I wanted to discuss if there are any obvious issues with paid Worker plans and long-running SSE responses.
The concepts are interesting but I'm wondering if this is an area better suited to a dedicated server proxied by a worker instead of a worker with static assets due to some of the long-running SSE concepts that can be employed.
I have SSE and DataStar working locally on a single worker with Static Assets and it seems to be fine but I'm unclear what the impact is of this when it comes to Workers in-general, observability and pricing.
Anyone have experience with this?
0 Replies