donutloop / xservice

Framework to generate web APIs
Apache License 2.0
55 stars 0 forks source link

grpc-web #14

Open ghost opened 6 years ago

ghost commented 6 years ago

have you seen grpcweb ?

It is similar and gens the code for the web client and converts calls to web sockets.

ghost commented 6 years ago

The improbable GitHub repo has it.

It's all golang and designed to work with protobufs. It's used in production. I use it to do what your repo currently does. It also can generate the client code as typescript