You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: