improbable-eng / grpc-web

gRPC Web implementation for Golang and TypeScript
Apache License 2.0
4.39k stars 436 forks source link

Is there any way to use Nginx or Envoy with this project? #1166

Closed fordneild closed 1 year ago

fordneild commented 1 year ago

My team has used this library extensively on the client. They do not want to migrate off of this project since it is a dependency of ts-proto. I would like to replace our custom go proxy with an industry standard proxy like envoy or nginx (as a K8s ingress), but im not sure its possible. Is it possible? Anyone know of any docs?

fordneild commented 1 year ago

Yes, Envoy can convert grpc-web to grpc via a envoy filter. Contour sets this up by default