0.7.0 • Published 2 years ago

bonono v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
0.7.0

2 years ago

0.6.0

2 years ago

0.5.12

2 years ago

0.5.10

2 years ago

0.5.11

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.5.4

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.3

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago