All Projects → DiegoRBaquero → Btorrent

DiegoRBaquero / Btorrent

Licence: mit
🌐 Fully-featured WebTorrent Client

Projects that are alternatives of or similar to Btorrent

Quaternion
A Qt5-based IM client for Matrix
Stars: ✭ 438 (+12.89%)
Mutual labels:  hacktoberfest, client
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+2113.14%)
Mutual labels:  hacktoberfest, webtorrent
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+6486.08%)
Mutual labels:  hacktoberfest, webtorrent
Live Torrent
Torrent Web Client
Stars: ✭ 546 (+40.72%)
Mutual labels:  webtorrent, client
Ocpp
Python implementation of the Open Charge Point Protocol (OCPP).
Stars: ✭ 127 (-67.27%)
Mutual labels:  hacktoberfest, client
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+1038.66%)
Mutual labels:  hacktoberfest, client
Blaze
⚡ File sharing progressive web app built using WebTorrent and WebSockets
Stars: ✭ 991 (+155.41%)
Mutual labels:  hacktoberfest, webtorrent
Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (+205.15%)
Mutual labels:  webtorrent, client
Downlords Faf Client
Official client for Forged Alliance Forever
Stars: ✭ 121 (-68.81%)
Mutual labels:  hacktoberfest, client
Fuego
Fuego is a command line client for the firestore database (https://firebase.google.com/docs/firestore).
Stars: ✭ 110 (-71.65%)
Mutual labels:  hacktoberfest, client
Node Openid Client
OpenID Certified™ Relying Party (OpenID Connect/OAuth 2.0 Client) implementation for Node.js.
Stars: ✭ 887 (+128.61%)
Mutual labels:  hacktoberfest, client
Jenkins Cli
Jenkins CLI allows you manage your Jenkins as an easy way
Stars: ✭ 245 (-36.86%)
Mutual labels:  hacktoberfest, client
Nats.ex
Elixir client for NATS, the cloud native messaging system. https://nats.io
Stars: ✭ 97 (-75%)
Mutual labels:  hacktoberfest, client
Pipedrive
Complete Pipedrive API client for PHP
Stars: ✭ 138 (-64.43%)
Mutual labels:  hacktoberfest, client
Kinto.js
An Offline-First JavaScript Client for Kinto.
Stars: ✭ 268 (-30.93%)
Mutual labels:  hacktoberfest, client
Libphonenumber For Php
PHP version of Google's phone number handling library
Stars: ✭ 3,938 (+914.95%)
Mutual labels:  hacktoberfest
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (-0.52%)
Mutual labels:  hacktoberfest
Awesome Hdl
Hardware Description Languages
Stars: ✭ 385 (-0.77%)
Mutual labels:  hacktoberfest
Zacs
Zero Abstraction Cost Styling ⚡️👨‍🎨 (for React DOM & React Native)
Stars: ✭ 385 (-0.77%)
Mutual labels:  hacktoberfest
Active delivery
Ruby framework for keeping all types of notifications (mailers, push notifications, whatever) in one place
Stars: ✭ 388 (+0%)
Mutual labels:  hacktoberfest

β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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].