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.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index a612ea0..e82f59d 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,8 @@ Since WebTorrent is web-first, it's dead simple for users to use without underta
## Planned NPM modules
-- webtorrent
+- [webtorrent](https://github.com/feross/webtorrent) (this repo)
+- [magnet-link](https://github.com/feross/magnet-uri)
- webtorrent-chrome
- webtorrent-protocol
- webtorrent-dht
@@ -67,8 +68,11 @@ Since WebTorrent is web-first, it's dead simple for users to use without underta
## Todo for basic working version
- Build bittorrent client as Chrome App (connects to normal BT network)
- - Use UDP/TCP APIs
- - Support DHT
+ - ~~Use UDP/TCP APIs~~
+ - ~~Support DHT~~
+ - Support magnet links (fetching .torrent from network)
+ - Support peer write protocol
+ - Support large file saving (FileSystem API?)
- Make WebRTC data channel work on the server
- DHT over WebRTC (add new method for peer introduction)
- Use bootstrap server for initial introduction