Skip to content

Commit

Permalink
Add more points to features list
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Aug 25, 2023
1 parent b032092 commit 7f6885a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ Configurable node server implementation for the [`p2panda`] network running as a
- Verifies the consistency, format and signature of operations and rejects invalid ones.
- Stores operations of the network in an SQL database of your choice (SQLite, PostgreSQL).
- Materializes views on top of the known data.
- Answers filterable and paginated data queries via GraphQL.
- Answers filtered, sorted and paginated data queries via GraphQL.
- Discovers other nodes in local network and internet.
- Replicates data with other nodes.
- Establishes connections (peer-to-peer via UDP holepunching) or via relays.
- Replicates data efficiently with other nodes.

## Example

Expand Down

0 comments on commit 7f6885a

Please sign in to comment.