Skip to content

Commit a5c6a7d

Browse files
committed
links in readme
1 parent 28eaffd commit a5c6a7d

32 files changed

Lines changed: 67 additions & 67 deletions

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# @dataparty/api
22
[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)[![license](https://img.shields.io/github/license/datapartyjs/api)](https://github.com/datapartyjs/dataparty-api/blob/master/LICENSE)
33

4-
ad-hoc cloud for the Web3.0 generation
4+
decentralized cloud framework for the Web3.0 generation.
5+
6+
Dataparty allows the app maker to decide how centralized or distributed they app should be and implement that vision rapidly.
57

68
* Documentation - [datapartyjs.github.io/dataparty-api](https://datapartyjs.github.io/dataparty-api)
79
* NPM - [npmjs.com/package/@dataparty/api](https://www.npmjs.com/package/@dataparty/api)
@@ -12,18 +14,16 @@ ad-hoc cloud for the Web3.0 generation
1214

1315
The primary goal of `@dataparty/api` is to enable secure microservices development across all architectual domains with a single code base. This covers traditional clouds, peer-to-peer apps(with or without cloud backing), and hybrid clouds. Dataparty services are able to be run on servers, edge devices, or even directly in the browser or app. This means users of dataparty based apps can frequently run their own backend from with an app.
1416

15-
Dataparty allows the app maker to decide how centralized or distributed they app should be and implement that vision rapidly.
16-
1717

1818
## Features
1919

20-
A [`IParty`](https://datapartyjs.github.io/dataparty-api/IParty.html) typically consists of these parts:
20+
A dataparty app/service typically consists of these parts:
2121

22-
* Identity
23-
* Comms
24-
* Config
25-
* DBs
26-
* Services
22+
* [Comms](https://datapartyjs.github.io/dataparty-api/module-Comms.html)
23+
* [Config](https://datapartyjs.github.io/dataparty-api/module-Config.html)
24+
* [Db](https://datapartyjs.github.io/dataparty-api/module-Db.html)
25+
* [Party](https://datapartyjs.github.io/dataparty-api/module-Party.html)
26+
* [Service](https://datapartyjs.github.io/dataparty-api/module-Service.html)
2727

2828

2929
## Roadmap

docs/DocumentFactory.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/LokiQuery.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/MongoQuery.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/bouncer_db_loki-db.js.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/bouncer_db_tingo-db.js.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/bouncer_db_zango-db.js.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/bouncer_icrufler.js.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/bouncer_idb.js.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/bouncer_ischema.js.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)