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