Skip to content

Stream and download torrents directly over http with a web UI

License

Notifications You must be signed in to change notification settings

AlexR1712/torrent-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

© 2015 Andrea Stella, ISC license.

About

Stream and download torrents directly over http with a web UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.5%
  • HTML 28.9%
  • CSS 18.6%