🌐 Fully-featured WebTorrent Client
Find a file
2016-03-02 15:33:11 -03:00
views v0.14 - Viewer view 2016-02-28 02:47:19 -03:00
200.jade v0.14.3 - Center view 2016-03-02 15:33:11 -03:00
app.coffee v0.14.3 - Center view 2016-03-02 15:33:11 -03:00
favicon.ico Using new ßTorrent logo :) 2015-12-04 18:51:34 -05:00
LICENSE Fixed index space and changed license to MIT 2015-11-30 15:10:48 -05:00
README.md Move badge under description 2016-02-26 16:17:28 -03:00
style.sass Fixed margins 2016-02-28 02:59:02 -03:00

βTorrent

βTorrent is a fully-featured WebTorrent browser client written in Jade, CoffeeScript and Sass

Join the chat at https://gitter.im/DiegoRBaquero/BTorrent

Features

  • Informative GUI with easy sharing options
  • Downloading from an info hash or magnet URI
  • Downloading from a .torrent file (Coming Soon)
  • Seeding files (Single/multiple files)
  • Seeding CORS-enabled remote files (Coming Soon)
  • Download/Upload speed per torrent
  • Download/Upload speed of client (All torrents)
  • Removing torrents from the client
  • Pause/Resume torrent
  • Selecting/Deselecting files (Coming Soon)
  • Client Debugging
  • Use custom trackers/rtcConfig

Built with

Website powered by jsDelivr and CloudFlare. I use nginx in my server.

Don't like CloudFlare? No problem! Check Direct-βTorrent.

Easily built, tested and served

I use Harp to rapidly test and compile the project

Build the project into HTML, JS and CSS easily. Just use:

harp compile

This will create a www folder with the compiled files

If you need to serve the files and view the compiled version instantly just use:

harp server

Enable Debugging

Enable βTorrent (Debug logging) and WebTorrent (Logs logging) debug logs by running this in the developer console:

localStorage.debug = '*'

Disable by running this:

localStorage.removeItem('debug')

Help βTorrent

Thanks

  • jasalo For the logo and favicon
  • whitef0x0 For cleanup and ng-file-upload and other ideas

License

MIT. Copyright (c) Diego Rodríguez Baquero