From d9ec6ae4012be6bb1a01711655ba9c04fd962fc3 Mon Sep 17 00:00:00 2001 From: balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 10 Jun 2022 11:29:51 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28221fff..f56670e5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# DataBag +Databag is a self-hosting network for the DWeb community, implementing the IndiCom messaging service:

-Databag is a self-hosting messager for the DWeb community. +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)