Skip to content

Commit 28eaffd

Browse files
committed
more documentation
1 parent c8c19f3 commit 28eaffd

93 files changed

Lines changed: 583 additions & 408 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/dist
2+
/docs

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,20 @@ ad-hoc cloud for the Web3.0 generation
1010

1111
## Goals
1212

13-
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.
13+
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.
1414

15+
Dataparty allows the app maker to decide how centralized or distributed they app should be and implement that vision rapidly.
16+
17+
18+
## Features
19+
20+
A [`IParty`](https://datapartyjs.github.io/dataparty-api/IParty.html) typically consists of these parts:
21+
22+
* Identity
23+
* Comms
24+
* Config
25+
* DBs
26+
* Services
1527

1628

1729
## Roadmap

docs/CloudParty.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/DocumentFactory.html

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

0 commit comments

Comments
 (0)