Stream and download a torrent through a plain http request 😁
Torrent Web is a self hosted server. It lets you direct download torrents with a simple web UI.
- # for Heroku, this gives you a free server.
- Click the Deploy button below to load this app into your Heroku account.
- Have node.js installed and port 80 available.
- In a command prompt, type:
npm install -g torrent-web
- Once done, run it with:
torrent-web
- Visit http://localhost/ in your browser.
Change the port with --port= or -p=
torrent-web -p=8080