I am playing with grpc
& grpc-web
. I was able to run a simple grpc server and grpc-web applications. However I feel like the setup requires too many dependencies web-server
, grpc-server
and envoy proxy
.
Is anyone successfully using grpc-web
for production? Do we need all the dependencies including envoy?