-
Notifications
You must be signed in to change notification settings - Fork 437
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
Provide complete bidirectional example if possible? #205
Comments
Note: https://grpcweb.jbrandhorst.com/ uses a Go gRPC backend. The source is available at https://github.com/johanbrandhorst/grpcweb-example. For a more minimal example, you can look at https://github.com/johanbrandhorst/grpcweb-boilerplate. I haven't used the standalone proxy but I believe the websocket transport should be supported. |
Yeah, I took a look at it, but was a little bit lost, really- I wonder how much GopherJS-specific magic is there or if |
The GopherJS library just wraps the |
Ah, that's awesome, thanks! Thinking egotistically, you can close the ticket, although I'd propose leaving it open so this is documented... |
Closing as example provided in tests |
Can you get working a bidirectional proto using grpcwebproxy and a non-Go server? This seems to be working at https://grpcweb.jbrandhorst.com/ ?
Does #180 need to be merged?
Can you clarify the situation and possible document it? Or list the blockers?
The text was updated successfully, but these errors were encountered: