Show HN: Peeroxide – Full wire-compatible Rust implementation of Hyperswarm
Category: library
Tags: p2p-networking, kademlia-dht, rust-crate
Score: 7.3/10 (Innovation: 6, Technical: 9, Documentation: 8, Utility: 6)
Peeroxide is a pure Rust implementation of the Hyperswarm P2P networking stack that achieves wire-compatibility with the Node.js reference implementation, enabling cross-language peer discovery and connection management. Its technical depth is exceptional, featuring custom Kademlia DHT, Noise handshakes, hole-punching, and BBR congestion control without C dependencies. The project fills an important gap for Rust-native P2P networking with potential to unify the Node.js and Rust ecosystems.
Target audience: backend devs
Repository: https://github.com/Rightbracket/peeroxide · Rust · Apache-2.0 · 2 stars
View on Hacker News