diff options
author | nodiscc <nodiscc@gmail.com> | 2017-08-23 15:57:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 15:57:09 +0000 |
commit | 970f3cc22d55a614420ecca127e54700eaa5b9ca (patch) | |
tree | f72e8758fabbcd0f951d191a808698d1f09bb8f8 | |
parent | Merge pull request #1142 from cavebeat/tania (diff) | |
parent | remove duplicate link (diff) | |
download | awesome-selfhosted-970f3cc22d55a614420ecca127e54700eaa5b9ca.tar.gz awesome-selfhosted-970f3cc22d55a614420ecca127e54700eaa5b9ca.zip |
Merge pull request #1147 from cavebeat/cloud-torrent
added cloud torrent
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -602,6 +602,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` + * [cloud-torrent](https://github.com/jpillora/cloud-torrent) - A torrent Web Client with HTTP retrievable or streamable downloaded files. `AGPLv3` `Go` * [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` |