Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremyorme/bonono

Peer-to-peer database component
https://github.com/jeremyorme/bonono

databases p2p peer-to-peer react

Last synced: about 2 months ago
JSON representation

Peer-to-peer database component

Awesome Lists containing this project

README

        

# Bonono

Bonono is a simple peer-to-peer data store that provides:

* Automatic replication
* Load time complexity of O(N_entries)
* Public access control (read, read/write, read-all/write-own, none)

Why is it called Bonono? Simple, Opple sounded too silly.

**DISCLAIMER**: Bonono is alpha software.

# API reference

See the [Bonono API reference](main/doc/api/README.md).

# Roadmap

There are no specific plans to add functionality to Bonono at this point. Work is currently underway on a comprehensive demonstration app with the intention of proving the performance of Bonono and ironing out any issues prior to releasing version 1.0.0.