Software Engineering KB

Home

❯

05 Software Design and Architecture

❯

03 API Design

❯

00 Category

❯

gRPC (API Design)

gRPC (API Design)

Feb 10, 20261 min read

  • api
  • grpc

gRPC (API Design)

Back: API Design

A high-performance, open-source RPC framework using Protocol Buffers for serialization and HTTP/2 for transport. Provides strong typing, code generation, and streaming support, making it ideal for service-to-service communication.

Concepts

  • Protocol Buffers
  • gRPC Communication Patterns
  • gRPC Advantages
  • gRPC Use Cases

api grpc


Graph View

  • gRPC (API Design)
  • Concepts

Created with Quartz v4.5.2 © 2026

  • GitHub