Update README.md

This commit is contained in:
Pierre Balzack 2022-11-01 09:15:25 -07:00 committed by GitHub
parent 4c8a064630
commit 829ff2743b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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