← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Cloudflare Workers and Containers now support inbound TCP connections and gRPC

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Workers runtime now includes a connect() handler for inbound TCP sockets.
  • Full-duplex, bi-directional gRPC is supported from Cloudflare Containers.
  • Workers can serve and call gRPC APIs using gRPC-web.
  • The new features are available in private beta.

Expanded Connectivity for Cloudflare Workers

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.

Enhanced gRPC Support

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.

Implications for Real-time Applications

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.

Availability

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.