gRPC
gRPCAlso called: Google Remote Procedure Call
A high-performance remote procedure call (RPC) framework that uses Protocol Buffers for interface definition and data serialization, enabling efficient, strongly typed communication between distributed applications and services.
Explore more about Communication Protocols
Related terms
A language- and platform-neutral mechanism developed by Google for serializing structured data.
HTTP/2HTTP/2The second major version of the Hypertext Transfer Protocol (HTTP) that improves web communication performance through features such as multiplexing, header compression, and binary framing, enabling more efficient communication between clients and servers.
Service OrchestrationThe automated arrangement, coordination, and management of complex software services and microservices to fulfill a workflow.