-
Notifications
You must be signed in to change notification settings - Fork 769
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
Node-based proxy #6
Comments
Done here: http://github.com/paralin/grpc-bus Any comments? |
Cool. Any doc on the supported transport/protocols? |
@wenbozhu supports literally anything. You give it a function for |
Thanks for the update! Are you interested in implementing the grpc-web spec in the Node proxy? https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md There is already a Go proxy from Improbable. We are happy to review the Node proxy implementation and include the Node proxy in grpc-web interoperability test suite. |
I've taken a stab at this, because we needed it ourselves for something: https://github.com/dataform-co/dataform/tree/master/tools/grpc-web-proxy It seems to be working well for unary calls, I haven't had a chance to test it for streaming yet! Would be happy to discuss moving this somewhere official, but not sure I have the time to do that myself. |
@lewish This looks promising! Let us check this out and we can discuss where it's more appropriate to host this later. Thanks! |
update js prototype to grpc-web spec
@lewish I'm late for the party, your link goes to 404. Did you ever end up finishing that implementation so that it supports streaming as well? :-) |
maybe this? https://github.com/dataform-co/dataform/tree/master/grpc-web-proxy |
@tiero Thank you! Unfortunately it says in the readme on that link that |
@petermetz I tested for my use case where I use |
Some things I am interested in doing:
The text was updated successfully, but these errors were encountered: