Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upA webtorrent browser add-on #1017
Comments
This comment has been minimized.
This comment has been minimized.
|
good idea, go ahead!!! |
This comment has been minimized.
This comment has been minimized.
|
The issue is that no webpages are going to use
Also need to figure out how to cache blobs. The size of WebTorrent is an issue that could be solved with a simple extension! I'll update you today |
This comment has been minimized.
This comment has been minimized.
|
I think a webtorrent browser extension is a cool idea. There's already an issue about it here: #443 If I get a free moment, I might hack it up, but anyone else is welcome to tackle it too. The advantage of a chrome extension / chrome app is that it should be possible to support normal (tcp/utp) peers, meaning that users with this extension are more likely to find peers they can connect to, since they can connect to more than just the webrtc ones. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Would you guys consider making a browser add-on (webextension) for webtorrent? There are many reasons why this would be useful... For example I can just install the javascript once, and webtorrent will automatically work on any website that uses
src="torrent://<magnet-url>", users don't have to download the same library for every website that uses webtorrent, developers don't have to code anything they just have to use URLs insrc, users might not have javascript enabled, reduce chances of people tampering with webtorrent javascript and incurring in XSS attacks, easier to update (just update the webextension instead of updating all the libraries in each website using it), no privacy issues with CDNs and trackings, less javascript, ....