Go to file
2022-06-10 11:34:20 -07:00
app/mobile adding plaeholder for mobile app 2022-01-13 23:59:53 -08:00
doc adding screenshot for readme 2022-06-10 10:55:19 -07:00
net receiving remote contact notifications 2022-06-10 00:16:19 -07:00
.gitignore adding http utility functions 2022-01-17 13:27:48 -08:00
LICENSE Initial commit 2021-12-20 13:45:17 -08:00
README.md Update README.md 2022-06-10 11:34:20 -07:00

Databag is a self-hosting network for the DWeb community, implementing the IndiCom messaging service

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.

Overview

API