Y
Hacker News
new
|
ask
|
show
|
jobs
by
shri_krishna
1165 days ago
You have to use Cloudflare Workers in Unbounded mode to do this (especially if you are streaming using EventSource or WebSockets). Bundled mode won't cut it as it closes connection after 50ms of Javascript execution.
1 comments
orf
1165 days ago
That’s 50ms of
CPU execution
, which does not include waiting for IO.
link