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-11-08 11:38:14 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-11-08 11:38:14 +0400
commitb8bd4ade5d7038050052a7cbaff5adfc1ca34feb (patch)
tree99c1da4172ad42efc2fa9f5259f2438461ba1db3 /README.md
parenta241578bc46403314a2195c0546464bece9de445 (diff)
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index 4dff589..ab23cc2 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,20 @@ WebTorrent - BitTorrent over WebRTC
A streaming torrent client in your browser, powered by webRTC and black magic.
-Warning: This is pre-alpha software. Nothing works yet. **Watch/star this repo to follow along with progress.**
+[![Dependency Status](https://david-dm.org/feross/webtorrent.png)](https://david-dm.org/feross/webtorrent)
+
+> Warning: This is pre-alpha software. Nothing works yet. **Watch/star this repo to follow along with progress.**
![Magic](https://raw.github.com/feross/webtorrent/master/img/logo.png)
+## Project Goal
+
+Build a fully-interoperable web-based BitTorrent client that can be used without an install (no app/plugin/extension/etc.).
+
+Since WebTorrent is web-first, it's dead simple for users to use without understanding .torrent, magnet links, clients, etc. By making BitTorrent easier, it will be accessible to new swathes of users who were previously intimidated, confused, or unwilling to install a program on their machine to participate.
+
+
## Planned Features
- **BitTorrent in your browser!**
@@ -22,13 +31,6 @@ Warning: This is pre-alpha software. Nothing works yet. **Watch/star this repo t
- **Supports completely serverless, trackerless operation**
-## Project Goal
-
-Build a fully-interoperable web-based BitTorrent client that can be used without an install (no app/plugin/extension/etc.).
-
-Since WebTorrent is web-first, it's dead simple for users to use without understanding .torrent, magnet links, clients, etc. By making BitTorrent easier, it will be accessible to new swathes of users who were previously intimidated, confused, or unwilling to install a program on their machine to participate.
-
-
## Interoperability with BitTorrent
**Problem:** WebTorrent clients and normal BitTorrent clients cannot directly connect because WebRTC cannot open UDP/TCP sockets. This is a security restriction on WebRTC that is unlikely to change. So, how do we get content into the WebTorrent network?
@@ -52,7 +54,7 @@ Since WebTorrent is web-first, it's dead simple for users to use without underst
- WebTorrent bootstrap DHT node does *a bit* more work than a BitTorrent one since it must do WebRTC signaling. (Not a huge deal)
-## The NPM Way&trade;
+## The Node Way&trade;
"When applications are done well, they are just the really application-specific, brackish residue that can't be so easily abstracted away. All the nice, reusable components sublimate away onto github and npm where everybody can collaborate to advance the commons." -- [substack](http://substack.net/how_I_write_modules)