gRPC
Quick Definition
High-performance RPC framework using Protocol Buffers
Full Definition
A high-performance RPC framework using Protocol Buffers for efficient binary serialization and streaming.
Examples
microservice communication, streaming, low-latency APIs
Related Terms
rest-api
protobuf
microservices
More Backend Terms
Caching
Storing frequently accessed data for improved performance
API Gateway
Server managing API traffic between clients and services
Message Queue
System for asynchronous service communication via messages
JWT
Compact secure token for transmitting information
Serverless
Cloud model running code on-demand without server management
Circuit Breaker
Pattern preventing cascading failures by halting failing requests