Do you know when to use gRPC?
Updated by MattGoldman 4 years ago. See history
123
gRPC is an API protocol that uses binary (rather than JSON) data, leading to lightweight payloads and better performance. Check out this video from Liam Elliott to learn more about gRPC and when you can use it in your solutions.