Slide 1

Slide 1 text

Presented by Feross

Slide 2

Slide 2 text

TORRENTS LARGEST P2P ECOSYSTEM

Slide 3

Slide 3 text

WEB BROWSERS LARGEST APP RUNTIME

Slide 4

Slide 4 text

TORRENTS > 250 million users > 20 million nodes online WEB BROWSERS > 4 billion users > 1 billion websites

Slide 5

Slide 5 text

BRINGING P2P TO TODAY'S WEB

Slide 6

Slide 6 text

BROWSER ® SERVER

Slide 7

Slide 7 text

BROWSER ® BROWSER

Slide 8

Slide 8 text

WEB RTC REAL-TIME COMMUNICATIONS

Slide 9

Slide 9 text

DEMO

Slide 10

Slide 10 text

HUNDREDS OF REAL USERS > CineTimes > PeerTube > Bitlove > live-torrent

Slide 11

Slide 11 text

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

Slide 12

Slide 12 text

LEARN MORE AT WEBTORRENT.IO

Slide 13

Slide 13 text

THANKS! SAY HI AT FEROSS.ORG OR @FEROSS