Hacker News new | ask | show | jobs
by lokar 1923 days ago
This is really just a comparison of the basic wire format. Full RPC systems like gRPC are much more.
1 comments

Could you please elaborate briefly? Thanks!
i think they are talking about how it is very standard for gRPC systems to generate server and client code that make it very easy to use. see this comment for more https://news.ycombinator.com/item?id=26466902
Also, many others:

- Standard Authentication and identity (client and server) - Authorization support - Overload protection and flow control - Tracing - Standard logging - Request prioritization - Load balancing - Health checks and server status