Replies: 1 comment 1 reply
-
We have looked at implementing webtorrent before, but have always ended up stuck against things like blob sizes not handling multi-GB or service workers restarting after 10m. I don't think we'd be opposed to moving from the current infrastructure (some Digital Ocean droplets with Nginx and Transmission) to webtorrent since we were looking before, but it needs to be a lot more reliable than we last found it in 2019. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Linux distros commonly employ a network of HTTP mirrors for their media downloads, often volunteer education and nonprofits who donate bandwidth. I know elementary uses Amazon S3 buckets for distribution, but is there any interest in using a web downloader powered by WebTorrent on the homepage? If we were to implement that, Elementary could host one or two Webseed servers in a similar style to the current system, but in addition, any user that's downloading the ISO on the homepage will also help seed the file to others, right in the browser. This works across domains via WebRTC and is a really neat technical achievement.
Beta Was this translation helpful? Give feedback.
All reactions