rings-node 0.20.0

Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.
Documentation
1
2
3
4
5
6
7
8
/// Native command-line client helpers.
pub mod cli;
/// Native-node configuration file model and defaults.
pub mod config;
/// Native JSON-RPC endpoint server.
pub mod endpoint;
/// Foreground native TUN gateway supervision.
pub mod gateway;