Cloudflare has announced new capabilities for its Workers platform, specifically enabling inbound TCP connections. This expansion allows Workers to directly accept incoming TCP sockets, which can be routed to other Workers or Durable Objects. The new connect() handler in the Workers runtime facilitates this functionality.
The update also introduces enhanced support for gRPC applications on Cloudflare. Developers can now run full-duplex, bi-directional gRPC servers within Cloudflare Containers, forwarding sockets from Workers to these containers. Additionally, Workers can serve unary and server-streaming gRPC APIs and call gRPC servers, with automatic conversion of requests to and from gRPC-web.
These new features are particularly relevant for applications requiring low-latency communication, such as real-time assistants, AI-powered dictation, and other voice interfaces. gRPC, built on HTTP/2 and TCP, is a common framework for such infrastructure, and its deeper integration into Cloudflare's ecosystem aims to simplify the development and deployment of these services.
The new inbound TCP connection and gRPC features are currently available in a private beta. Interested developers can sign up to access these capabilities.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Cloudflare has added support for inbound TCP connections and gRPC to its Workers and Containers platforms. This update allows developers to build real-time applications, such as AI-powered voice interfaces, that require low-latency communication.