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

Node gRPC server using GCP Cloud Endpoint #79

Closed
pjm17971 opened this issue Aug 23, 2017 · 2 comments
Closed

Node gRPC server using GCP Cloud Endpoint #79

pjm17971 opened this issue Aug 23, 2017 · 2 comments

Comments

@pjm17971
Copy link

Hi,

This library looks super useful, but a question:

I have a gRPC server running (node.js), deployed onto Google Cloud with GKE and Cloud Endpoints. Another node.js client is capable of calling this endpoint from inside or outside of GCP using an JWT token and that works fine. Is it possible to use this library with such a cloud endpoint and call my service from a web application?

Thanks!

@jonnyreeves
Copy link
Contributor

Yep totally, you probably want to make use of the pre-built grpcweb-proxy which you can run as a standalone service in GKE infront of your node.js gRPC Server, ie:

untitled drawing

Let us know how you get on :)

@pjm17971
Copy link
Author

pjm17971 commented Aug 29, 2017

See #84

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

No branches or pull requests

2 participants