diff options
author | nrew225 <nrew225@gmail.com> | 2016-12-18 15:04:47 +0000 |
---|---|---|
committer | nrew225 <nrew225@gmail.com> | 2016-12-18 15:04:47 +0000 |
commit | 5057d435af51c0f676418938a38deefece51413f (patch) | |
tree | 3547d5c6fb559920b41fa3038a6d6084c3f06f9f | |
parent | Update AUTHORS.md (#895) (diff) | |
download | awesome-selfhosted-5057d435af51c0f676418938a38deefece51413f.tar.gz awesome-selfhosted-5057d435af51c0f676418938a38deefece51413f.zip |
Add bittorrent-tracker #487
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |