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
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2018-02-16 04:42:56 +0300
committerGitHub <noreply@github.com>2018-02-16 04:42:56 +0300
commitfad2974d122073fd25c55e7cbcf7cc0c91e574a4 (patch)
treec92c00b703c7bfbc751f6884acce20adaf2eae86 /README.md
parent62eb66da5d3892b1d3ea99d7bbbb8a66032df420 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1b9dac7..f929062 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,8 @@ on your page to start fetching files over WebRTC using the BitTorrent protocol,
`require('webtorrent')` with [browserify](http://browserify.org/). See [demo apps
](#webtorrent-in-production) and [code examples](#usage) below.
+[![jsdelivr download count](https://data.jsdelivr.com/v1/package/npm/webtorrent/badge)](https://cdn.jsdelivr.net/npm/webtorrent@latest/webtorrent.min.js)
+
To make BitTorrent work over WebRTC (which is the only P2P transport that works on the
web) we made some protocol changes. Therefore, a browser-based WebTorrent client or **"web
peer"** can only connect to other clients that support WebTorrent/WebRTC.