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

Implement the grpc-web protocol #121

Merged
merged 3 commits into from
Dec 14, 2017
Merged

Implement the grpc-web protocol #121

merged 3 commits into from
Dec 14, 2017

Conversation

stanley-cheung
Copy link
Collaborator

https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md

Both unary and streaming. Switched the echo example to use this mode.

@stanley-cheung stanley-cheung merged commit b1b345a into grpc:master Dec 14, 2017
loyalpartner pushed a commit to loyalpartner/grpc-web that referenced this pull request Sep 4, 2020
* Add flags to control which servers run

* Remove flag descriptions about ports being 0

The code never checks if the port is 0 and, in fact, passing 0 causes
net.Listen to automaticlly choose it's own port.

See https://golang.org/pkg/net/#Listen

* Update grpcwebproxy README with instructions on how to use --run_http_server and --run_tls_server

* Refactor server build code and server serving code into own functions

* Return pointer to http.Server from buildServer
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

Successfully merging this pull request may close these issues.

1 participant