gRPC
← Back to Other Networking Topics
A high-performance RPC framework built on HTTP/2 using Protocol Buffers for serialization. Supports unary, server streaming, client streaming, and bidirectional streaming. Provides strong typing, code generation, and efficient binary serialization. Widely used for microservice communication.
Key Properties
Related
- HTTP 2 (gRPC is built on HTTP/2)
- Service Mesh (often used with gRPC services)