From 93686505fbc90522c75b6c151ec7261aa76098de Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 20 Sep 2014 18:41:24 -0700 Subject: merge `bittorrent-client` into this module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- bin/clone.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/clone.sh b/bin/clone.sh index 7da1260..7b7229b 100755 --- a/bin/clone.sh +++ b/bin/clone.sh @@ -7,7 +7,6 @@ fi pushd $1 git clone git@github.com:feross/addr-to-ip-port.git -git clone git@github.com:feross/bittorrent-client.git git clone git@github.com:feross/bittorrent-dht.git git clone git@github.com:fisch0920/bittorrent-peerid.git git clone git@github.com:feross/bittorrent-protocol.git -- cgit v1.2.3