grpc-expert
Installation
SKILL.md
gRPC Expert
Core Concept
gRPC is a high-performance, open-source remote procedure call (RPC) framework that uses Protocol Buffers as its interface definition language and serialization format, and HTTP/2 as its transport protocol. It enables efficient, type-safe communication between services across languages and platforms.