@questnetwork/quest-bee-js
v0.9.4
Published
> A resiliant swarm of managers for [Quest Dolphin JS](https://github.com/QuestNetwork/quest-dolphin-js) and [Quest Coral JS](https://github.com/QuestNetwork/quest-coral-js)
Downloads
7
Readme
Quest Bee JS
A resiliant swarm of managers for Quest Dolphin JS and Quest Coral JS
Lead Maintainer
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)
Gets HoneyComb Object Or Array Of Objects.
let comb = <os>.bee.comb.get('/my/path/to/the/object');
bee.comb.set(path,content)
Sets HoneyComb Object Or Array Of Objects.
<os>.bee.comb.set('/my/path/to/the/object',content);
bee.comb.add(path,content)
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/[email protected]
Roadmap
0.9.6
- Uses quest-star-rust from NodeJS and Electron
Support Us
This project is a lot of work and unfortunately we need to eat food (ツ)
| Ethereum| Bitcoin |
|---|---|
| 0xBC2A050E7B87610Bc29657e7e7901DdBA6f2D34E
| bc1qujrqa3s34r5h0exgmmcuf8ejhyydm8wwja4fmq
|
| | |
License
GNU AGPLv3