cloudflare / workerd

The JavaScript / Wasm runtime that powers Cloudflare Workers
https://blog.cloudflare.com/workerd-open-source-workers-runtime/
Apache License 2.0
6.29k stars 309 forks source link

[Question] gRPC/gRPC-web (+streaming) support for CloudFlare Workers #3150

Open migueleliasweb opened 5 days ago

migueleliasweb commented 5 days ago

Hi CloudFlare team,

After some research, I couldn't settle whether gRPC (or gRPC-web) is supported on Workers.

The company I work for already uses proxied domains with gRPC enabled but we're looking to expand our usage and leverage CF Workers to perform Edge routing.

In order for us to do that, we'd have to be able to handle gRPC-web and full gRPC requests on these workers with streaming.

Is that supported? If so, could you share an example?

Thanks.