How to use golang grpc client send request to a grpc-web powered server? #1360
Unanswered
readthecodes
asked this question in
Q&A - General
Replies: 1 comment
-
@readthecodes Hi :) My understanding is that what you call as "grpc-web powered grpc server" is a grpc server + a proxy (e.g. Envoy). In that sense, you can make the golang grpc client to talk directly to that grpc server? :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
now, i know use js to send request to grpc-web powered grpc server, but how can i use golang grpc client send request to a grpc-web powered server?
Beta Was this translation helpful? Give feedback.
All reactions