From b069392cd845525c6dda0860aafe49c16ea87826 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:21:48 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 63bca9f3..ee9e11ce 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@

Databag is a self-hosting messaging service for the DWeb community. Notable features include: -- Public-private key based identity and not bound to any blockchain or hosting domain. -- Communication between accounts across different nodes -- Direct communication between app and contact's node with no server-side replication. -- Data revision trees for efficient syncrhonization. +- Public-private key based identity (not bound to any blockchain or hosting domain) +- Federated (accounts on different nodes can communicate) +- No server-side replication (direct communication between app and contact's node) - Websockets for delivering synchronization events. -- Each node can host any number of accounts. +- Unlimited accounts per node - Server written in Go and browser app written with Reactjs. You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as this server is regularly wiped. Feedback on the UI/UX, bugs or features is greatly appreciated.