Can someone help me on how to keep the connection alive? (nodejs has the websocket.ping() method, bu
Can someone help me on how to keep the connection alive? (nodejs has the websocket.ping() method, but not sure what to do with my cf worker)

ctx.waitUntil() to keep your fetch calls alive after your worker has sent a response

*.app.greatoutdoors.live






Outbound TCP sockets to Cloudflare IP rangesare temporarily blocked, but will be re-enabled shortly.


+server.ts file on my Page and host the API server that way? Not sure what the proper way to do this is, but I intended the API to be a separate application than the Svelte frontend I have.