-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Question about server-side grpc-web support #181
Comments
One reason I want this is to greatly simplify my e2e tests. It would be nice to have a single test that could run on both platforms. |
It would be nice if there was a Java implementation we could use. I'm not sure what it takes to write and maintain an implementation of a simple grpc-web server that is relatively simple (for tests only) though I am happy to accept a PR for that. |
Where do the shaded versions of |
I don't believe there is any shading. But maybe you mean the fake ones created in this project? The sources are under grpcweb/src/main/scala/io/grpc/ |
Thanks. For some reason I thought there was more to it than that. |
Hello.
What about built-in server-side grpc-web support to eliminate additional proxies like Envoy?
Like it's done here:
https://docs.rs/tonic-web/latest/tonic_web/
Is there any chance that it may be done in the scope of the ScalaPB project or its better to wait for news on this topic from https://github.com/grpc/grpc-java ?
Thank you.
The text was updated successfully, but these errors were encountered: