From 7f6885acc54b9c8b7b35cb85580034911f0fb245 Mon Sep 17 00:00:00 2001 From: adz Date: Fri, 25 Aug 2023 17:46:43 +0200 Subject: [PATCH] Add more points to features list --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3164a7c65..1a8fcb1b3 100644 --- a/README.md +++ b/README.md @@ -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