BTorrent

:globe_with_meridians: Fully-featured WebTorrent Client

Github星跟蹤圖

βTorrent

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

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.

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

主要指標

概覽
名稱與所有者DiegoRBaquero/BTorrent
主編程語言HTML
編程語言HTML (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2015-11-27 20:31:19
推送於2025-02-06 16:09:24
最后一次提交2025-02-06 11:09:22
發布數0
用户参与
星數568
關注者數20
派生數95
提交數166
已啟用問題?
問題數97
打開的問題數12
拉請求數11
打開的拉請求數0
關閉的拉請求數9
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?