From 434deb43ad7d255d6e3be4fd8f92395408f9cf25 Mon Sep 17 00:00:00 2001 From: balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:39:11 -0700 Subject: [PATCH] Update README.md --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 255b1bd5..4356ca04 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,8 @@

-Databag is a self-hosting network for the DWeb community, implementing the IndiCom messaging service - -Notable Features: -- Identity is based on public-private keys and not bound to any blockchain or hosting domain. -- Communication is between app and contact's hosting server with no serverside replication. -- Communication is between app and contact's hosting server with no serverside replication. -- Synchronization events are delivered over websocket connections. - -[Overview](https://htmlpreview.github.io/?https://raw.githubusercontent.com/balzack/databag/main/doc/overview.html) - -[API](https://htmlpreview.github.io/?https://raw.githubusercontent.com/balzack/databag/main/doc/swagger.html) +Databag is a self-hosting network for the DWeb community, implementing the IndiCom messaging service. Notable features include: +- Public-private key based identity and not bound to any blockchain or hosting domain. +- Direct communication between app and contact's node with no serverside replication. +- Data maintained in revision trees for effient data syncrhonization. +- Websockets utilized for delivering synchronization events.