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:
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