βTorrent
βTorrent is a fully-featured WebTorrent browser client written in HTML, JS and CSS
Features
- [x] Informative GUI with easy sharing options
- [x] Downloading from an info hash or magnet URI
- [x] Downloading from a .torrent file (Coming Soon)
- [x] Seeding files (Single/multiple files)
- [ ] Seeding CORS-enabled remote files (Coming Soon)
- [x] Download/Upload speed per torrent
- [x] Download/Upload speed of client (All torrents)
- [x] Removing torrents from the client
- [x] Pause/Resume torrent
- [x] Selecting/Deselecting files (Coming Soon)
- [x] Client Debugging
- [ ] Use custom trackers/rtcConfig
Built with
Website powered by jsDelivr and CloudFlare. I use nginx in my server.
HTML5 serving
You must serve index.html as the default
For nginx, use this conf:
location / {
try_files $uri$args $uri$args/ /index.html;
}
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