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>2013-10-16 11:12:29 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-16 11:12:29 +0400
commit990d53626a4a3df6997c7b71d3a7d35bfcefbfa0 (patch)
tree94eae69b82e74c5225c7b324e7a0d3aaba67262e /README.md
parent6e246ac844c62bd6da499083a9d1b56e53744e90 (diff)
feature list
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1f4fec1..2d48d57 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,10 @@ A streaming torrent client in your browser, powered by webRTC and black magic.
- Into `video` tag with MediaSource API when possible
- Flash player with JS bridge for other media types
- Works with .torrent files and magnet links
-- Supports DHT (trackerless torrents)
- - Extensions to DHT to work over WebRTC
- - DHT nodes can do "peer introductions" so WebRTC doesn't need a central signaling server
-- Supports completely serverless, trackerless operation
+- Supports DHT (trackerless torrents) over WebRTC
+ - Extensions to DHT protocol to work over WebRTC
+ - DHT nodes do "peer introductions" so WebRTC can work without a centralized signaling server
+- **Supports completely serverless, trackerless operation**
## Useful Links