Update README.md

This commit is contained in:
Pierre Balzack 2022-06-10 15:13:42 -07:00 committed by GitHub
parent 5eb310cc4d
commit c2d748ac14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
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:
- Public-private key based identity and not bound to any blockchain or hosting domain. - 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. - Direct communication between app and contact's node with no server-side replication.
- Data revision trees for effient syncrhonization. - Data revision trees for efficient syncrhonization.
- Websockets for delivering synchronization events. - Websockets for delivering synchronization events.
- Each node can host any number of accounts. - Each node can host any number of accounts.
- Server written in Go and browser app written with Reactjs. - Server written in Go and browser app written with Reactjs.