diff options
author | Arnold Schrijver <aschrijver@users.noreply.github.com> | 2017-08-05 09:31:01 +0000 |
---|---|---|
committer | Edward Dickson <ed.kickball@hotmail.com> | 2017-08-05 09:31:01 +0000 |
commit | 3a14d9000d6a6f4fddf25866c1ebc43307791912 (patch) | |
tree | 89698784d001dfd246e15d656d8af58dcbfa1b88 | |
parent | Adds OpenCFP (#1132) (diff) | |
download | awesome-selfhosted-3a14d9000d6a6f4fddf25866c1ebc43307791912.tar.gz awesome-selfhosted-3a14d9000d6a6f4fddf25866c1ebc43307791912.zip |
Added Dat Project to peer-to-peer filesharing (#1134)
A complete ecosystem of modules for creating decentralized P2P applications
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -598,6 +598,7 @@ See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems #### Peer-to-peer filesharing * [bittorrent-tracker](https://webtorrent.io/) - Simple, robust, BitTorrent tracker (client & server) implementation. ([Source Code](https://github.com/feross/bittorrent-tracker)) `MIT` `Nodejs` + * [Dat Project](https://datproject.org) - Powerful decentralized file sharing applications built from a large ecosystem of modules. ([Source Code](https://github.com/datproject)) `MIT` `Nodejs` * [FilePizza](http://file.pizza/) - Peer-to-peer file transfers in your browser. ([Source Code](https://github.com/kern/filepizza)) `BSD` `Nodejs` * [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent. ([Demo](https://instant.io)) `MIT` `Nodejs` * [Magnetico](https://github.com/boramalper/magnetico) - Magnetico is the first autonomous (self-hosted) BitTorrent DHT search engine suite that is designed for end-users. `APGLv3` `Python` |