Support for calling gRPC endpoints from Cloudflare Workers #4534
VishalKaleria
started this conversation in
Node.js APIs
Replies: 1 comment
-
We've talked about this before. There might be a possibility of integrating with Cloudflare's existing gRPC pass-through support in such a way that we don't actually have to implement HTTP trailers in general. But the work does need to be prioritized against a lot of other things. @mikenomitch FYI I sent you some background details in an email. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I'm working on a project using Cloudflare Workers and I need to call an external API that only supports gRPC (no REST or gRPC-Web fallback). I’ve discovered that Workers currently don’t support native gRPC calls due to the lack of support for full HTTP/2 streaming and low-level protocol handling.
It would be incredibly helpful to have first-class support for calling gRPC services from Workers, or at least a recommended/official workaround.
Why this matters:
Potential directions:
Is there any plan for gRPC support on the roadmap? Or is this something the community could contribute toward?
Thanks for your amazing work; loving the developer experience overall.
Beta Was this translation helpful? Give feedback.
All reactions