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
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-09-21 05:41:24 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-09-21 05:41:24 +0400
commit93686505fbc90522c75b6c151ec7261aa76098de (patch)
tree5b474b920e79b7b39b6804fac5e6a641de6ae843 /bin
parent2e14192c311f64c20496a72af7ffce36495be92b (diff)
merge `bittorrent-client` into this module
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).
Diffstat (limited to 'bin')
-rwxr-xr-xbin/clone.sh1
1 files changed, 0 insertions, 1 deletions
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