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>2014-03-26 13:05:03 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-03-26 13:05:03 +0400
commit725fc59732950d63088c0e698536192cba941931 (patch)
treea473f571a8ebc8e19e4c4df14884b2860571337f /README.md
parentef10830ef4b22b650612fbd5d303616c9906ac3f (diff)
alphabetize modules list
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index b9354e1..6fac8d5 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ Since WebTorrent is web-first, it's simple for users who do not understand .torr
Most of the active development is happening inside of smaller npm modules which will be used by WebTorrent. These are the modules I am writing to make WebTorrent work:
- [webtorrent](https://github.com/feross/webtorrent) (main repo)
+- [bittorrent-dht](https://github.com/feross/bittorrent-dht)
- [bittorrent-protocol](https://github.com/feross/bittorrent-protocol)
- [extension: ut_metadata](https://github.com/feross/ut_metadata)
- extension: encryption (todo)
@@ -48,23 +49,22 @@ Most of the active development is happening inside of smaller npm modules which
- extension: UPnP and NAT-PMP port forwarding (todo)
- extension: webseed support (todo)
- [bittorrent-swarm](https://github.com/feross/bittorrent-swarm)
-- [bittorrent-dht](https://github.com/feross/bittorrent-dht)
- [bittorrent-tracker](https://github.com/feross/bittorrent-tracker)
-- [magnet-uri](https://github.com/feross/magnet-uri)
-- [parse-torrent](https://github.com/feross/parse-torrent)
- [buffer](https://github.com/feross/buffer)
-- [chrome-net](https://github.com/feross/chrome-net)
- [chrome-dgram](https://github.com/feross/chrome-dgram)
+- [chrome-net](https://github.com/feross/chrome-net)
- [chrome-portfinder](https://github.com/feross/chrome-portfinder)
- [drag-drop](https://github.com/feross/drag-drop)
-- webtorrent-protocol (todo)
+- [magnet-uri](https://github.com/feross/magnet-uri)
+- [parse-torrent](https://github.com/feross/parse-torrent)
+- compress-sdp (todo)
+- webtorrent-bootstrap (todo)
+- webtorrent-chrome (todo)
- webtorrent-dht (todo)
+- webtorrent-protocol (todo)
- webtorrent-swarm (todo)
-- webtorrent-bootstrap (todo)
-- webworker-pool (todo)
- webtorrent-verifier (todo)
-- compress-sdp (todo)
-- webtorrent-chrome (todo)
+- webworker-pool (todo)
### The Node Way&trade;