Update README.md

This commit is contained in:
Pierre Balzack 2022-09-02 21:09:23 -07:00 committed by GitHub
parent 69214878b4
commit 204ef59f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,9 @@
</p> </p>
Databag is a self-hosted messaging service for the DWeb community. Notable features include: Databag is a self-hosted messaging service for the DWeb community. Notable features include:
- Lightweight (runs on a raspberry pi zero 1)
- Public-private key based identity (not bound to any blockchain or hosting domain) - Public-private key based identity (not bound to any blockchain or hosting domain)
- Federated (accounts on different nodes can communicate) - Federated (accounts on different nodes can communicate)
- Lightweight (runs on a raspberry pi zero w [1])
- No server-side replication (direct communication between app and contact's node) - No server-side replication (direct communication between app and contact's node)
- Low latency (use of websockets for push events to avoid polling) - Low latency (use of websockets for push events to avoid polling)
- Responsive (renders well in browsers for phone, tablet and pc) - Responsive (renders well in browsers for phone, tablet and pc)