From 71874ebc6799af48e5fe48b5c6d20b0d4b092dc6 Mon Sep 17 00:00:00 2001 From: balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:09:36 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd07fbc9..27ddf2c8 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,15 @@

-Databag is a self-hosting network for the DWeb community, implementing the IndiCom messaging service. Notable features include: +Databag is a self-hosting network for the DWeb community, implementing the indicom messaging service. Notable features include: - A databag node can host multiple accounts for a family or company. - Public-private key based identity and not bound to any blockchain or hosting domain. - Direct communication between app and contact's node with no server-side replication. - Data revision trees for effient syncrhonization. - Websockets for delivering synchronization events. +- 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 the server is regularly wiped. +You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as the server is regularly wiped. I would greatly appreciate feedback on the UI/UX, bugs or features. ### Installation