0.9.4 • Published 5 years ago

@questnetwork/quest-bee-js v0.9.4

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
5 years ago

Quest Bee JS

A resiliant swarm of managers for Quest Dolphin JS and Quest Coral JS

Lead Maintainer

StationedInTheField

Description

The Bee process for the Quest Network Operating System interacts with optional user facing technology, Quest Coral JS and Quest Dolphin JS. It stores and synchronizes configuration data, discovers relevant dolphin peers, spawns, protects and repairs multiple pods of dolphin instances and provides core protocol nodes to multiple pods of dolphin instances when used in a single application.

API

comb

bee.comb.get(path)

Bee

Gets HoneyComb Object Or Array Of Objects.

let comb = <os>.bee.comb.get('/my/path/to/the/object');

bee.comb.set(path,content)

Bee

Sets HoneyComb Object Or Array Of Objects.

<os>.bee.comb.set('/my/path/to/the/object',content);

bee.comb.add(path,content)

Bee

Adds a HoneyComb object to an array of HoneyComb objects.

<os>.bee.comb.add('/my/path/to/the/object',content);

bee.comb.search(path)

Searches for HoneyComb objects and returns a flat array of HoneyComb objects.

let results = <os>.bee.comb.search('/my/path');

Installation & Usage

npm install @questnetwork/quest-bee-js@0.9.4

Roadmap

0.9.6

Support Us

This project is a lot of work and unfortunately we need to eat food (ツ)

EthereumBitcoin
0xBC2A050E7B87610Bc29657e7e7901DdBA6f2D34Ebc1qujrqa3s34r5h0exgmmcuf8ejhyydm8wwja4fmq

License

GNU AGPLv3