Glossary term

gRPC

gRPC Remote Procedure Call

Google's high-performance RPC framework using Protocol Buffers.

acronymProgramming & WebSenior

When you'd see it: High-performance communication between backend services, not usually browser-facing.

Why it matters: gRPC is Google's fast, binary RPC framework, suited to service-to-service calls where speed and strict contracts matter. It is a common default for internal microservice communication.

Study this in BizTech Primer →