bonono
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

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.

Using Bonono

  • Put a script tag <script type='module' src='https://unpkg.com/bonono@0.7.0/dist/bonono/bonono.esm.js'></script> in the head of your index.html

API reference

See the Bonono API reference.

Development

To develop Bonono, clone this repo to a new directory:

git clone https://github.com/jeremyorme/bonono.git
cd bonono/main

and run:

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the component, run:

npm test

Readme

Keywords

none

Package Sidebar

Install

npm i bonono

Weekly Downloads

184

Version

0.7.0

License

MIT

Unpacked Size

6.6 MB

Total Files

184

Last publish

Collaborators

  • jeremyorme