Definition
gRPC
Google RPC
A way for one program to call another across a network with the message shapes declared up front. Compared with an ad-hoc HTTP endpoint, the declaration is what lets both sides be generated and checked rather than agreed by hand.
Industry term
- Also called
- Google RPC
- See also
- GraphQL