Stubby to gRPC Mapping

Back to Infrastructure Mapping

Google InternalOpen SourceGCP
SystemStubbygRPC
ConceptRPC frameworkRPC framework

Stubby is Google’s internal RPC framework used for all service-to-service communication. gRPC was created as the open-source equivalent, sharing similar design principles: Protocol Buffers for serialization, HTTP/2 for transport, bidirectional streaming, and code generation for multiple languages.


google-internal mapping stubby grpc