webtorrent

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

build

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

build-chromeapp

webpack --config ./scripts/chromeapp.webpack.js

build-js

webpack --config ./scripts/browser.webpack.js

build-js-worker

webpack --config ./scripts/worker.webpack.js

prepublishOnly

npm run build && npm run update-authors

preversion

npm run build && npm run update-authors

size

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

size-disc

npm run build-js && cat ./dist/webtorrent.min.js | discify --open

size-js

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

test

eslint . && npm run test-node && npm run test-browser

test-browser

airtap --concurrency 1 --all -- test/*.js test/browser/*.js | tap-spec

test-browser-local

airtap --preset local -- test/*.js test/browser/*.js | tap-spec

test-node

tape test/*.js test/node/*.js | tap-spec

update-authors

./scripts/update-authors.sh
npm i webtorrent

Metadata

  • MIT
  • >=16
  • WebTorrent LLC
  • released 9/7/2024

Downloads