gundb 0.2.1

Distributed graph database that syncs over websockets and multicast
Documentation
1
2
3
4
5
6
7
8
mod node;
mod router;
mod utils;
mod adapters;
mod message;
mod actor;
pub mod types;
pub use node::{Node, Config};