The Wayback Machine - https://web.archive.org/web/20200428011641/https://github.com/webtorrent/webtorrent-hybrid
Skip to content
WebTorrent (with WebRTC support in Node.js)
JavaScript
Branch: master
Clone or download

Latest commit

Latest commit 1909a4b Sep 4, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bin Replaced `electron-webrtc` with `wrtc`. Jul 5, 2018
examples convert variable declaration to es6 style Oct 12, 2018
lib Merge branch 'master' into master Dec 11, 2018
.gitignore Keep package-lock.json Aug 26, 2018
.npmignore Add .npmignore Dec 11, 2018
.travis.yml travis: node LTS Sep 3, 2018
LICENSE feross -> webtorrent Apr 14, 2017
README.md Replaced `electron-webrtc` with `wrtc`. Jul 5, 2018
index.js force-add tracker.webtorrent.io May 5, 2015
package.json 4.0.1 Sep 4, 2019

README.md

webtorrent-hybrid travis npm downloads javascript style guide

Streaming torrent client (with WebRTC support in Node.js)

In node.js, the webtorrent package only connects to normal TCP/UDP peers, not WebRTC peers. If you want to connect to all types of peers, including WebRTC peers, from node.js, you need to use this package (webtorrent-hybrid).

Install

To install WebTorrent:

npm install webtorrent-hybrid

To install a webtorrent-hybrid command line program, run:

npm install webtorrent-hybrid -g

Usage

webtorrent-hybrid has the same command line interface (CLI) and module API as webtorrent. Just require('webtorrent-hybrid') instead of require('webtorrent').

See the WebTorrent docs.

License

MIT. Copyright (c) Feross Aboukhadijeh and WebTorrent, LLC.

You can’t perform that action at this time.