Cloudflare Workers and Containers now support inbound TCP connections and gRPC
7 hours ago
- Cloudflare Workers now support inbound TCP connections via a new `connect()` handler, allowing direct acceptance of TCP sockets from Spectrum.
- Full-duplex, bidirectional gRPC is now available from Cloudflare Containers, enabling low-latency communication for real-time voice AI and other applications.
- Workers can serve unary and server-streaming gRPC APIs and call gRPC servers using gRPC-web, with automatic conversion between gRPC and gRPC-web.
- The new features are introduced in private beta, with sign-up available for interested developers.
- Developers can route TCP connections from Workers to Durable Objects or Containers, giving full control over the client-server path.