diff options
author | nodiscc <nodiscc@gmail.com> | 2017-08-23 15:56:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 15:56:59 +0000 |
commit | 8efdb112213730859c8808c400602c86f0897d3f (patch) | |
tree | 304f3ea30da42d43d4e298cb0e54be4b84c2d712 | |
parent | added cloud torrent (diff) | |
download | awesome-selfhosted-8efdb112213730859c8808c400602c86f0897d3f.tar.gz awesome-selfhosted-8efdb112213730859c8808c400602c86f0897d3f.zip |
remove duplicate link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -598,7 +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` - * [cloud-torrent](https://github.com/jpillora/cloud-torrent) - A torrent Web Client with HTTP retrievable or streamable downloaded files. ([Source Code](https://github.com/jpillora/cloud-torrent)) `AGPLv3` `Go` + * [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` |