DiegoRBaquero / BTorrent

:globe_with_meridians: Fully-featured WebTorrent Client
https://btorrent.xyz
MIT License
549 stars 95 forks source link
btorrent client hacktoberfest web webtorrent

βTorrent

βTorrent is a fully-featured WebTorrent browser client written in HTML, JS and CSS

Features

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

License

MIT. Copyright (c) Diego Rodríguez Baquero