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

Awesome #4

Closed
thiagofm opened this issue Oct 22, 2013 · 2 comments
Closed

Awesome #4

thiagofm opened this issue Oct 22, 2013 · 2 comments

Comments

@thiagofm
Copy link

I'm in. I've watched your presentation and this is a very good idea and would give people a good view of what webrtc is capable of.

Do you know any good source to start hacking into how a bittorrent server should work or any idea of how you would do it in the backend?

Thanks.

@astro
Copy link
Contributor

astro commented Oct 22, 2013

BitTorrent is P2P, there is no server (except for trackers). Read more here:

@feross
Copy link
Member

feross commented Oct 25, 2013

Yep, @astro is correct. There really isn't much magic for BitTorrent in the backend. You can even eliminate the tracker requirement and just use a DHT for all routing.

@feross feross closed this as completed Oct 27, 2013
@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Jon-Biz pushed a commit to Jon-Biz/webtorrent that referenced this issue Oct 19, 2020
Limit peers in tracker server with LRU based cache fixes webtorrent#4
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants