diff options
author | nodiscc <nodiscc@gmail.com> | 2021-09-07 15:18:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 15:18:51 +0000 |
commit | 3d3dc206c6108af9ceb08f7ff3e661e4dc16d1fc (patch) | |
tree | da7073db37612b42f6b57dc5faad740b89b61a76 | |
parent | Merge pull request #2646 from netras/master (diff) | |
parent | Merge branch 'master' into patch-1 (diff) | |
download | awesome-selfhosted-3d3dc206c6108af9ceb08f7ff3e661e4dc16d1fc.tar.gz awesome-selfhosted-3d3dc206c6108af9ceb08f7ff3e661e4dc16d1fc.zip |
Merge pull request #2651 from louissegal/patch-1
Add 'exatorrent' to File Transfer
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -706,6 +706,7 @@ _Related: [Groupware](#groupware)_ - [bittorrent-tracker](https://webtorrent.io/) - Simple, robust, BitTorrent tracker (client and server) implementation. ([Source Code](https://github.com/webtorrent/bittorrent-tracker)) `MIT` `Nodejs` - [cloud-torrent](https://github.com/jpillora/cloud-torrent) - Torrent Web Client with HTTP retrievable or streamable downloaded files. `AGPL-3.0` `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` +- [exatorrent](https://github.com/varbhat/exatorrent) - BitTorrent client written in Go that can be run locally or hosted on a remote server, and supports streaming via HTTP. `GPL-3.0` `Go` - [FilePizza](https://file.pizza/) - Peer-to-peer file transfers in your browser. ([Source Code](https://github.com/kern/filepizza)) `BSD-3-Clause` `Nodejs` - [instant.io](https://github.com/webtorrent/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. `AGPL-3.0` `Python` |