|
|
|
|
|
by bognition
3074 days ago
|
|
> It should be easy to go from grpc->swagger to generate REST client libs. I theory yes, but would you want to? In my experience I've found that building REST services is very different than building a GRPC service. The contract between the client and server are totally different. > gRPC is no use for a large number of use cases. Shame really since it has promise but still seems half-baked. gRPC is half-baked? You realize that the a large portion of the google backend is built on top of gRPC. Its an extremely well tested tool. |
|
As a proponent of gRPC, I can say that some of the libraries, tools, docs, etc. are definitely half-baked. There are plenty of severe issues in the (confusing codebase of) grpc-go that have been open for over 1.5y.