WebSockets (socket.io)
Is cloudflare workers hosting supports websockets (socket.io) ?
(Socket.io, wss, ws, https)
1 Reply
Yes you can use websockets with workers:
https://developers.cloudflare.com/workers/examples/websockets/
Cloudflare Docs
Using the WebSockets API | Cloudflare Workers docs
Use the WebSockets API to communicate in real time with your Cloudflare Workers.