Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-07travis: faster buildsFeross Aboukhadijeh
2015-04-24travis: test 0.12 for `wrtc` supportFeross Aboukhadijeh
2015-02-27test iojsFeross Aboukhadijeh
2015-02-26test node 0.12Feross Aboukhadijeh
2014-09-21test 0.10 onlyFeross Aboukhadijeh
otherwise we overwhelm sauce labs
2014-09-21add encrypted sauce labs credentials for travisFeross Aboukhadijeh
2014-09-21merge `bittorrent-client` into this moduleFeross Aboukhadijeh
When I started the WebTorrent project I thought there were going to need to be two separate client implementations (bittorrent-client and webtorrent-client) that would get tied together in a higher-level module. Fortunately, this was not necessary because of the awesome “browser” field support in browserify. By substituting just a few modules, we can make the same module (webtorrent) work in node AND the browser, with the same codebase! So, from now on, you can just `require(‘webtorrent’)` in node or the browser, and it will just work. You can also `npm install webtorrent` if you want to use bittorrent in a node app or script. Lastly, you can `npm install webtorrent -g` if you want to use webtorrent as a command line app (it installs a `webtorrent` command).
2013-11-09travis-ci: test node 0.10 and 0.11Feross Aboukhadijeh
2013-11-09travis-ciFeross Aboukhadijeh