Skip to main content

Crate hashiverse_server_lib

Crate hashiverse_server_lib 

Source
Expand description

§hashiverse-server-lib — server-specific extensions to hashiverse-lib

Everything needed to run a hashiverse node as a public server: HTTPS with automatic Let’s Encrypt certificate rotation, kernel-level ipset-based DDoS mitigation, on-disk persistence via fjall, the Kademlia routing table, and the inbound RPC dispatch loop that ties all the [hashiverse_lib::protocol] handlers together.

Modules§

environment
Server-side data environment
server
Server orchestration, routing, handlers, and caches
tools
Server-only helpers
transport
Server-side transport implementations