mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
Merge branch 'main' of https://github.com/balzack/databag into main
This commit is contained in:
commit
fce8393638
@ -3,13 +3,12 @@
|
|||||||
<a href="#"><img src="/doc/screenshot.png" width="80%"/></a>
|
<a href="#"><img src="/doc/screenshot.png" width="80%"/></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Databag is a self-hosting messaging service for the DWeb community. Notable features include:
|
Databag is a self-hosting messaging service for the DWeb community. The backend is written in Go, and the frontend is written with ReactJs. Notable features include:
|
||||||
- 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)
|
||||||
- No server-side replication (direct communication between app and contact's node)
|
- No server-side replication (direct communication between app and contact's node)
|
||||||
- Websockets for delivering synchronization events.
|
- Websockets for delivering synchronization events.
|
||||||
- Unlimited accounts per node
|
- Unlimited accounts per node
|
||||||
- Backend written in Go and frontend written with Reactjs.
|
|
||||||
|
|
||||||
You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as this server is regularly wiped. Feedback on the UI/UX, bugs or features is greatly appreciated.
|
You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as this server is regularly wiped. Feedback on the UI/UX, bugs or features is greatly appreciated.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user