Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the Web to Ephemeral? #1084

Closed
cphoover opened this issue Mar 28, 2017 · 2 comments
Closed

Is the Web to Ephemeral? #1084

cphoover opened this issue Mar 28, 2017 · 2 comments

Comments

@cphoover
Copy link

@cphoover cphoover commented Mar 28, 2017

I thought one of the reason bittorrent worked was because it seeds even when you are not at your computer... or using the application. Isn't the nature of web browsing too ephemeral for such a model to work? We are only seeding when we are on a particular website... I see something like this being super useful for static assets/scripts that are shared across many websites... But how well does this work with unique impermanent things on the web. Just an issue for discussion.

@kocoten1992

This comment has been minimized.

Copy link
Contributor

@kocoten1992 kocoten1992 commented Mar 28, 2017

I see this as a way to reduce server load, as peak hour when many user want that content, the server will have to do very least work.

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Mar 28, 2017

I thought one of the reason bittorrent worked was because it seeds even when you are not at your computer... or using the application

BitTorrent works because there are enough people who both (1) have the file you need and (2) are willing to give it to you when you ask.

Seeding from a web browser vs. a desktop app has different characteristics, but they both work in practice. To solve the impermanence of torrents, it's a good idea to add a web seed (http url where the file lives) to the torrent, where possible. Or to add the torrent to a desktop app that supports WebRTC.

@stale stale bot added the stale label May 3, 2018
@webtorrent webtorrent deleted a comment from stale bot May 4, 2018
@stale stale bot removed the stale label May 4, 2018
@feross feross closed this May 4, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.