From 9177259a8667bf4de33e831bc04430ec525b3a0e Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Sun, 2 Aug 2020 09:46:05 +0000 Subject: [PATCH] Added a separate section for DAT-based applications. --- non-fediverse-federated-social-apps.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/non-fediverse-federated-social-apps.md b/non-fediverse-federated-social-apps.md index a23dc8f..b73f01c 100644 --- a/non-fediverse-federated-social-apps.md +++ b/non-fediverse-federated-social-apps.md @@ -4,6 +4,14 @@ This is a list of federated social clients and other related tools that use prot The [blockchain social apps list](https://git.feneas.org/feneas/fediverse/wikis/blockchain-social-apps) has its own page, because although all these apps are *distributed* in some way (because they use a blockchain), they're not all *federated* with anything other than other copies of their own app. +#### DAT + +[DAT](https://docs.dat.foundation/) is a distributed (non-blockchain) ledger & peer-to-peer data sharing toolkit, that can work offline or with poor connectivity, and uses the [Hypercore protocol](https://hypercore-protocol.org/) under the hoods. The DAT ecosystem is community developed under guidance of the non-profit [Dat Foundation](https://dat.foundation/). + +- [DAT Projects](https://dat.foundation/explore/projects/) lists a number of interesting projects that are under the Dat Foundation umbrella. + +- [Pushpin](https://automerge.github.io/pushpin/) is a collaborative digital workspace that works offline and syncs in real-time. + #### Matrix [Matrix](https://matrix.org/docs/guides/faq.html) is a federated web protocol, used mainly so far for realtime chat rooms.