socketio / socket.io-website

Socket.IO website and blog
https://socket.io
318 stars 668 forks source link

Cloudflare example #440

Open gerhardcit opened 6 months ago

gerhardcit commented 6 months ago

Can you include an basic POC of how to setup socket.io using a Cloudlare worker?

There all these examples: https://socket.io/docs/v4/server-initialization/#options

So maybe first indicate it you advise it. And if not, may state that and could you explain why if possible?

darrachequesne commented 5 months ago

Hmm... I don't think this is possible. Could you please explain your use case?

gerhardcit commented 5 months ago

@darrachequesne, thx. Cloudflare supports websockets well. https://developers.cloudflare.com/workers/examples/websockets/

But I was hoping to leverage on the current socket.io approaches taken in other apps. socket.io technically sits on top of websockets correct? So ideally the way socket.io handle the management could be beneficial.