hashiverse-server-lib 1.0.6-rc2

Hashiverse server library — production node implementation (HTTPS + ACME, Kademlia routing, DDoS protection, on-disk persistence) for your open-source decentralized X/Twitter replacement.
Documentation
1
2
3
4
5
6
7
//! # Server-side Kademlia routing table
//!
//! The DHT data structure the server uses to answer `BootstrapV1` and
//! `AnnounceV1` queries and to pick candidate peers for post-bundle lookups —
//! per-bit buckets, freshness-based eviction, and XOR-distance iteration.

pub mod kademlia;