Update README.md

This commit is contained in:
balzack 2022-06-10 12:11:00 -07:00 committed by GitHub
parent 71874ebc67
commit a47fdc6336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
</p>
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.
- Each node can host any number of accounts.
- 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. I would greatly appreciate feedback on the UI/UX, bugs or features.