#HTTP/2
2 articles
Architecture
2026-06-25
When to Use gRPC: Adoption Criteria and Trade-offs
When should you adopt gRPC? This guide covers its core ideas (RPC, HTTP/2, Protocol Buffers), where it fits and where it does not, the trade-offs, operational concerns, and how it compares with REST and GraphQL.
#gRPC#Architecture#API#Microservices#Protocol Buffers#HTTP/2
Application
2020-09-08
What is gRPC? A Practical Introduction to gRPC with Go
Learn what gRPC is, how Protocol Buffers work, and how to build a gRPC server and client in Go. Includes comparison with REST and when to choose gRPC.
#Golang#gRPC#Microservices#HTTP/2#RPC