-
Notifications
You must be signed in to change notification settings - Fork 776
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
Review the go-proxy from Improbable team #60
Comments
So basically we internally have a combination of: I think we can build a generic gRPC-Web to gRPC backend proxy written in Go, with automatic SRV discovery from k8s. That's the "I have spare time" plan at least ;) |
Thanks. Keep us posted, on future progresses :) |
@wenbozhu here's an update: there's also a Go library that wraps a standard gRPC-Go server and makes it into a gRPC-Web Since the latter is an extended hackery of @bradfitz HTTP2 stack, it would be great if he took a peek :) |
Thanks! We will take a look at the Go implementation. The 2nd one is interesting! Please ping Brad directly if you need a code review from him. |
Hi, It's been accepted by the Caddy project and will be available for download as part of the 0.10.4 release of Caddy: caddyserver/caddy#1694 Pieter |
@pieterlouw cool! thanks :) |
update documentation with correct function
https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb
@zinuga
@mwitkow
The text was updated successfully, but these errors were encountered: