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

Support grpc-web #21

Open
jhump opened this issue Sep 7, 2018 · 2 comments
Open

Support grpc-web #21

jhump opened this issue Sep 7, 2018 · 2 comments

Comments

@jhump
Copy link
Contributor

jhump commented Sep 7, 2018

The representation of gRPC requests and message data on the wire in the httpgrpc package is quite different from that used to by grpc-web (which also aims to support gRPC on an HTTP 1.1 channel).

To converge on a compatible approach, the httpgrpc package should seamlessly support the same wire format details as grpc-web (possible "v2" of its wire format?). That will allow the server side to actually just use an existing grpc-web implementation for Go, and it also means the Go client could be used with other grpc-web server implementations.

Supporting this new format would also be an ideal time to address #20 (which requires a change to the on-the-wire representation of a gRPC request anyway).

@ChristianWeyer
Copy link

Do you have any timeline for this much-wanted feature @jhump ? Thanks :-)

@jhump
Copy link
Contributor Author

jhump commented Aug 23, 2021

@ChristianWeyer, I'm afraid there is no timeline at the moment. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants