databag/README.md

16 lines
782 B
Markdown
Raw Normal View History

2022-06-10 18:29:51 +00:00
Databag is a self-hosting network for the DWeb community, implementing the IndiCom messaging service:
2022-01-04 17:30:24 +00:00
2022-06-10 17:58:34 +00:00
<p align="center">
2022-06-10 17:58:57 +00:00
<a href="#"><img src="/doc/screenshot.png" width="50%"/></a>
2022-06-10 17:58:34 +00:00
</p>
2022-06-10 18:29:51 +00:00
Notable Features:
- Identity is based on public-private keys and not bound to any blockchain or hosting domain.
- Communication is between app and contact's hosting server with no serverside replication.
- Communication is between app and contact's hosting server with no serverside replication.
- Synchronization events are delivered over websocket connections.
2022-01-06 17:58:49 +00:00
2022-01-06 17:58:03 +00:00
[Overview](https://htmlpreview.github.io/?https://raw.githubusercontent.com/balzack/databag/main/doc/overview.html)
2022-01-04 17:30:24 +00:00
[API](https://htmlpreview.github.io/?https://raw.githubusercontent.com/balzack/databag/main/doc/swagger.html)