nerdalize / gg

Generates HTTP1.1 handlers and clients from gRPC Go code
MIT License
0 stars 0 forks source link

Allow generated client code to work without gRPC dependencies #8

Open advdv opened 6 years ago

advdv commented 6 years ago

Currently, the protobuf json encoder is used to generate json send as body but that encumbers client libraries with including a dependency that they dont need for a very large part.

advdv commented 6 years ago

Also, without gorilla/schema