Hi, I'm a bit confused as to how to set up Envoy with gRPC web.

According to the documentation 
<https://grpc.io/docs/platforms/web/basics/#configure-the-envoy-proxy>, *"we 
will use the Envoy <https://www.envoyproxy.io/> proxy to forward the gRPC 
browser request to the backend server. You can see the complete config file 
in envoy.yaml 
<https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo/envoy.yaml>*
". 

I have a JS FE in the browser that is talking to a go backend. I'm confused 
about what the expectation is to deploy Envoy for the browser. Does this 
mean that envoy and this yaml file are running on the backend with a frontend 
envoy proxy and sidecar 
<https://aws.amazon.com/blogs/compute/setting-up-an-envoy-front-proxy-on-amazon-ecs/>
 (doesn't 
quite match grpc documentation 
<https://grpc.io/docs/platforms/web/basics/#configure-the-envoy-proxy>), or 
something else?

Thanks in advance!


-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/49684083-aac6-45fe-89ea-5a2b124d980an%40googlegroups.com.

Reply via email to