No description
  • JavaScript 58.6%
  • HTML 23.4%
  • CSS 18%
Find a file
2017-12-01 20:39:06 +08:00
src Fix css 2017-12-01 20:19:25 +08:00
.editorconfig Implement a basic build system 2017-12-01 20:08:55 +08:00
.gitignore Implement a basic build system 2017-12-01 20:08:55 +08:00
app.json Update logo URL 2015-10-22 06:55:00 -06:00
LICENSE Add license 2015-10-25 10:12:03 -06:00
package-lock.json Implement a basic build system 2017-12-01 20:08:55 +08:00
package.json Update copyright 2017-12-01 20:39:06 +08:00
README.md Update copyright 2017-12-01 20:39:06 +08:00
server.js Add on the fly zipping :D 2016-02-21 15:00:06 -08:00
webpack.config.js Implement a basic build system 2017-12-01 20:08:55 +08:00

Torrent Web, a proof of concept

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.

Get your own (Easy)

  • Sign up for Heroku, this gives you a free server.
  • Click the Deploy button below to load this app into your Heroku account.

Get your own (Advanced)

  • 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.

Command line options

Change the port with --port= or -p=
torrent-web -p=8080

© Andrea Stella, ISC license.