Guides ยท Technology
gRPC Streaming Basics
Use gRPC streams effectively
gRPC streaming enables sending multiple messages over one connection: client, server, or bidirectional. Use streaming for real-time updates, chunked results, or chat, with flow control, backpressure, and clear message schemas.
- grpc
- streaming
- bidirectional
- flow control
- protobuf
Pick Stream Type
Client, server, or bidi streams depending on data flow.
Design Messages
Use well-defined protobuf messages; include IDs for correlation.
Control Flow
Handle backpressure, timeouts, and reconnect logic.
Keep Exploring
Guides
API Basics
APIs let software request data or actions from other systems through defined endpoints and responses.
Comparison
RAM vs Storage
RAM handles what your device is actively working on, while storage keeps apps, files, and system data available over time.
How it works
Global Positioning System
GPS uses timing signals from satellites to calculate a receiver's position on Earth.
What it is
Blockchain
A blockchain is a distributed ledger secured by cryptography and consensus nodes.