Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WebTorrent Update - Decentralized Web Summit 2018

WebTorrent Update - Decentralized Web Summit 2018

Feross shares an lightning talk update on the latest in the WebTorrent project , what's next for WebTorrent, and lessons that may help other decentralized web projects to achieve ease-of-use, adoption, and user growth.

WebTorrent: https://webtorrent.io
Event Link: https://www.decentralizedweb.net/

Feross Aboukhadijeh

August 02, 2018
Tweet

More Decks by Feross Aboukhadijeh

Other Decks in Technology

Transcript

  1. TORRENTS > 250 million users > 20 million nodes online

    WEB BROWSERS > 4 billion users > 1 billion websites
  2. GET STARTED WITH <SCRIPT> <script src="webtorrent.min.js"></script> <script> const client =

    new WebTorrent() const torrent = client.add('magnet:...') torrent.on('ready', () => { const file = torrent.files[0] file.appendTo(document.body) }) </script> webtorrent.min.js is loaded 2 million times per month