From 5fb70e3660ba0e2791f8f23ddb6126ec6b27a83a Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 29 Oct 2013 02:06:02 -0700 Subject: readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3