Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPC / node:http2 #23246

Closed
julienp opened this issue Apr 5, 2024 · 1 comment
Closed

gRPC / node:http2 #23246

julienp opened this issue Apr 5, 2024 · 1 comment
Assignees
Labels
bug Something isn't working correctly node compat

Comments

@julienp
Copy link

julienp commented Apr 5, 2024

Version: Deno 1.42.1

I am experimenting with making deno a runtime for pulumi/pulumi, which relies heavily on gRPC.

I think recent work on the node:http2 polyfill gets us pretty close, and looking at other issues I see people reporting at least some success with gRPC. However I can't quite get it to work.

I have a small repro here https://github.com/julienp/deno-grpc-bug which highlights a couple issues:

@ry ry added bug Something isn't working correctly node compat labels Apr 5, 2024
@satyarohith satyarohith self-assigned this Apr 12, 2024
satyarohith added a commit that referenced this issue Apr 30, 2024
This patch enables gRPC hello world client example to work.

Towards #23246 #3326
@bartlomieju
Copy link
Member

@julienp this problem should now be fixed as we have all the grpc/grpc-js client-side examples covered. The issue for tracking server is progress is now: #23714. Let's close this one and continue in the issue above. Can I ask you to open a new issue if you hit any more problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly node compat
Projects
None yet
Development

No branches or pull requests

4 participants