🌐 Fully-featured WebTorrent Client
Find a file
2015-12-01 02:22:06 -05:00
app.coffee Updated trackers 2015-12-01 02:22:06 -05:00
favicon.ico Added heart favicon 2015-11-27 15:45:01 -05:00
index.jade Version 0.5, cleaned 2015-12-01 02:15:37 -05:00
LICENSE Fixed index space and changed license to MIT 2015-11-30 15:10:48 -05:00
README.md Moved to localStorage, allows to permanently save debugging choice 2015-12-01 02:02:20 -05:00
style.sass Fixed scrollbars and spaces 2015-12-01 01:34:04 -05:00

βTorrent

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

Features

  • Informative GUI with easy sharing options
  • Downloading from an info hash or magnet URI
  • Seeding files (Single file only for the moment)
  • Download/Upload speed per torrent
  • Removing torrents from the client
  • Client Debugging

Built with

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

Easily built, tested and served

I use Harp to rapidly test the proyect and also to compile it

Build the proyect 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

License

MIT. Copyright (c) Diego Rodríguez Baquero