Is it possible to use `grpc-web`?
frederikhors opened this issue · 2 comments
frederikhors commented
Is it possible to use grpc-web
?
rogchap commented
The wire format for gRPC-Web
is different from gRPC; I presumed that if you are exposing gRPC-Web (via Envoy) then you would be able to expose the "raw" gRPC server? 🤔
I guess it is possible to support; but the current limiting factor is that the gRPC-Web client is implemented in JavaScript/Closure, so there is not a drop in option (right now).
n0trace commented
maybe a client can be implemented in go