Real-time API
Hey all,
is there a way to publish real time messages over WebTransport & WebSockets over Cloudflare services or do I need an own backend?
Low-latency would be nice.
5 Replies
Does this help? https://developers.cloudflare.com/workers/examples/websockets/
Cloudflare Docs
Using the WebSockets API · Cloudflare Workers docs
WebSockets allow you to communicate in real time with your Cloudflare Workers serverless functions. In this guide, you will learn the basics of …
Yes, that's a start for me. But I would prefer WebTransport if the browser supports it. Is that also supported somehow?
Workers do not support WebTransport
Okay thank you 😄
Are there plans for WebTransport support on CF?
I haven't seen anything. Maybe try posting in #workers-feature-suggestions?