aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2016-12-19 12:53:39 +0000
committerGitHub <noreply@github.com>2016-12-19 12:53:39 +0000
commit5a4646bf231b75e0a1b462255ad81649af3f7b76 (patch)
tree4a8eca4d2990a465726edbf865bbdae4a59987fc
parentMerge pull request #909 from Kickball/AddHR (diff)
parentAdd bittorrent-tracker #487 (diff)
downloadawesome-selfhosted-5a4646bf231b75e0a1b462255ad81649af3f7b76.tar.gz
awesome-selfhosted-5a4646bf231b75e0a1b462255ad81649af3f7b76.zip
Merge pull request #910 from Kickball/AddFileShare
Add bittorrent-tracker #487
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2eee52f..0c38f343 100644
--- a/README.md
+++ b/README.md
@@ -563,6 +563,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`
* [FilePizza](http://file.pizza/) - Peer-to-peer file transfers in your browser. ([Source Code](https://github.com/kern/filepizza)) `BSD` `Nodejs`
* [FileTea](https://filetea.me/) - Anonymous, volatile file sharing: does not store any file on server. Bridges a download to the recipient’s browser with an upload from the source’s browser. ([Source Code](https://github.com/elima/FileTea)) `AGPLv3` `C`
* [instant.io](https://github.com/feross/instant.io) - Streaming file transfer over WebTorrent. ([Demo](https://instant.io)) `MIT` `Nodejs`