INFRA Signal 593
Cloudflare Workers and Containers now support inbound TCP connections and gRPC
Engineers can now deploy real-time, bidirectional TCP and gRPC workloads directly on Cloudflare's edge network using any programming language. The feature is currently in private beta, requiring teams to request access before integration.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
A new connect() handler allows Workers to accept inbound TCP sockets from Spectrum and forward them to Durable Objects or Containers.
Developers can run full-duplex, bidirectional gRPC servers in Cloudflare Containers using any language.
Workers can automatically translate incoming gRPC-web requests to gRPC for unary and server-streaming APIs.
THE CLUSTER
↗