Skip to main content

Module network

Module network 

Source
Expand description

Network implementations for Raft RPC communication.

Provides an HTTP-based RPC client and server using postcard2 serialization for maximum throughput (70-90% smaller payloads vs JSON, 4x faster).

Modulesยง

http_client
HTTP client for Raft network communication using postcard2 serialization.
http_service
Axum HTTP service for receiving Raft RPCs.