rogchap / wombat

Cross platform gRPC client
MIT License
1.39k stars 52 forks source link

Is it possible to use `grpc-web`? #72

Open frederikhors opened 3 years ago

frederikhors commented 3 years ago

Is it possible to use grpc-web?

rogchap commented 2 years ago

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

tra4less commented 2 years ago

maybe a client can be implemented in go