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-28 10:31:55 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-28 10:31:55 +0400
commit7e89116add42232e1f94650df492b1fb42724a10 (patch)
treebb057c703b7f1987ee856bee918af05ccac51164 /README.md
parentef8240014975105de6bd24e58491cb96d9ec7ba4 (diff)
add magnet-uri
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