wombat icon indicating copy to clipboard operation
wombat copied to clipboard

Is it possible to use `grpc-web`?

Open frederikhors opened this issue 4 years ago • 2 comments

Is it possible to use grpc-web?

frederikhors avatar Aug 21 '21 20:08 frederikhors

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

rogchap avatar Dec 12 '21 22:12 rogchap

maybe a client can be implemented in go

tra4less avatar Apr 10 '22 11:04 tra4less