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>2015-05-21 01:17:37 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-05-21 01:17:37 +0300
commite8783fec76bb965605875101399096d4ee2aa57d (patch)
treea2e663e17028ed053b03544bf29168d75a49c791 /README.md
parent64a8812d19b4ba5f52fe440ac7ae40ac3d2d8daa (diff)
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8cdb53e..d9a18a8 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@
[![NPM Version][webtorrent-ni]][webtorrent-nu]
[![NPM Downloads][webtorrent-downloads-image]][webtorrent-downloads-url]
-[![Sauce Test Status][webtorrent-sauce-image]][webtorrent-sauce-url]
-
### Streaming torrent client for node & the browser
**WebTorrent** is a streaming torrent client for **node.js** and the **browser**. YEP,
@@ -68,9 +66,14 @@ connect to both normal *and* web peers.
- Stream video torrents into a `<video>` tag (`webm (vp8, vp9)` or `mp4 (h.264)`)
- Supports Chrome, Firefox, and Opera.
+[![Sauce Test Status][webtorrent-sauce-image]][webtorrent-sauce-url]
+
#### Node-only features
- Stream to **AirPlay**, **Chromecast**, **VLC player**, and many other devices/players
+- Note: To connect to "web peers" (browsers) in addition to normal BitTorrent peers, use
+ [webtorrent-hybrid](https://github.com/feross/webtorrent-hybrid) which includes WebRTC
+ support for node.
### Install