webtorrent

v0.2.2
Streaming BitTorrent client for the browser
torrent bittorrent bittorrent client webrtc webrtc data webtorrent mad science

test

tape test/*.js

build

npm run build-html && npm run build-css && npm run build-js

start

npm run build && ./bin/start.js

watch

npm run watch-js & npm run watch-css & npm run watch-html

build-js

browserify --debug index.js > chrome/bundle.js

watch-js

watchify index.js -o chrome/bundle.js --debug --verbose

build-css

stylus --use nib css/main.styl --out chrome/ -c && ./bin/post-build.js

watch-css

stylus --use nib css/main.styl --out chrome/ --watch

build-html

handlebars views --commonjs handlebars --extension html --output views/compiled.js

prepublish

npm run build

watch-html

nodemon --watch views --ext html --exec "npm run build-html"

Metadata

  • MIT
  • Whatever
  • Feross Aboukhadijeh
  • released 2/23/2014

Downloads

Maintainers