losvedir / ephemeral2

Ephemeral P2P over websockets, Phoenix/Elixir.
MIT License
821 stars 49 forks source link

Use WebRTC when possible #2

Open bifurcation opened 9 years ago

bifurcation commented 9 years ago

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 commented 8 years ago

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