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

Use WebRTC when possible #2

Open
bifurcation opened this issue May 13, 2015 · 1 comment
Open

Use WebRTC when possible #2

bifurcation opened this issue May 13, 2015 · 1 comment

Comments

@bifurcation
Copy link

WebRTC data channels let browsers pass data directly between themselves, without relying on the server. If this system could use data channels for actual content delivery, the server would only have to route contact information between browsers, rather than the actual data. This dramatically improves the scalability of the system. Sharefest does basically this using BitTorrent.

@mpancorbo
Copy link

WebRTC is not trustworthy for anonymous use because of IP-leaks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants