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-29 13:06:02 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-29 13:06:02 +0400
commit5fb70e3660ba0e2791f8f23ddb6126ec6b27a83a (patch)
treed3bb6b4026a787ed6db10bfc2033abd4ac4d0abc /README.md
parentb8fdd7501fbf78c19f4e149dcc6c0fe8a7f1416b (diff)
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0ae0ad5..e7e434d 100644
--- a/README.md
+++ b/README.md
@@ -52,11 +52,12 @@ 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)
-## Planned NPM modules
+## NPM modules
+
+"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)
- [webtorrent](https://github.com/feross/webtorrent) (this repo)
- [magnet-uri](https://github.com/feross/magnet-uri)
-- webtorrent-chrome
- webtorrent-protocol
- webtorrent-dht
- webtorrent-bootstrap
@@ -64,6 +65,11 @@ Since WebTorrent is web-first, it's dead simple for users to use without underst
- webtorrent-verifier
- sdp-compress
+### Hybrid client (Chrome App)
+
+- webtorrent-chrome
+- [chrome-app-socket](https://github.com/feross/chrome-app-socket)
+
## Todo for basic working version
@@ -97,6 +103,7 @@ Since WebTorrent is web-first, it's dead simple for users to use without underst
## Useful Links
- [BitTorrent Spec](https://wiki.theory.org/BitTorrentSpecification)
+- [Reference BitTorrent Client (BTPD)](https://github.com/btpd/btpd)
### DHT