rogchap/wombat

Is it possible to use `grpc-web`?

frederikhors opened this issue · 2 comments

Is it possible to use grpc-web?

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).

maybe a client can be implemented in go