webtorrent

v0.117.0
Streaming torrent client
bittorrent bittorrent client download mad science p2p peer-to-peer peers streaming swarm and 6 more...

size

npm run size-js && npm run size-disc

test

standard && npm run test-node && npm run test-browser

build

npm run build-js && npm run build-chromeapp

size-js

npm run build && cat webtorrent.min.js | gzip | wc -c

build-js

browserify --standalone WebTorrent . | minify --mangle=false > webtorrent.min.js

size-disc

browserify --full-paths . | discify --open

test-node

tape test/*.js test/node/*.js

test-browser

airtap -- test/*.js test/browser/*.js

build-js-debug

browserify --standalone WebTorrent . > webtorrent.debug.js

update-authors

./scripts/update-authors.sh

build-chromeapp

browserify --browser-field=chromeapp --standalone WebTorrent . | minify --mangle=false > webtorrent.chromeapp.js

test-browser-local

airtap --local -- test/*.js test/browser/*.js

build-chromeapp-debug

browserify --browser-field=chromeapp --standalone WebTorrent . > webtorrent.chromeapp.js

Metadata

  • MIT
  • >=10
  • WebTorrent LLC
  • released 4/14/2021

Downloads