Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeremyorme/bonono
- Owner: jeremyorme
- License: mit
- Created: 2022-07-15T08:24:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T06:05:32.000Z (over 1 year ago)
- Last Synced: 2024-11-18T03:07:11.600Z (about 2 months ago)
- Topics: databases, p2p, peer-to-peer, react
- Language: TypeScript
- Homepage:
- Size: 722 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.