Jul 26, 2022
We use both REST + JSON and gRPC + Protobuf for some services. I can't say we notice a huge operational cost savings with gRPC but I can believe it exists on a scale like Google's. However, I find myself reaching to REST + JSON more often simply because passing around human readable strings makes development so much easier.