Skip to main content
skillsPage.backToSkills
🔧

gRPC

High-performance RPC framework with Protocol Buffers

🔥 Tier 2
skillsPage.labelCategory
💻 Technical
skillsPage.labelSalaryImpact
+$25k-
skillsPage.labelComplexity
Medium
skillsPage.labelUsedIn
skillsPage.allCareers

gRPC is Google's open-source RPC framework using HTTP/2 and Protocol Buffers for efficient, type-safe service communication. It excels in microservices architectures where low latency, streaming, and strong typing matter more than REST's simplicity. gRPC supports bidirectional streaming, automatic code generation for 10+ languages, and built-in load balancing. It's the standard for inter-service communication at companies like Netflix, Uber, and Square.