0.7.0 • Published 9 months ago

bonono v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

0.6.0

11 months ago

0.5.12

1 year ago

0.5.10

1 year ago

0.5.11

1 year ago

0.5.8

1 year ago

0.5.7

1 year ago

0.5.9

1 year ago

0.5.4

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.3

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.2

1 year ago

0.3.0

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago