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-27 07:03:18 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-27 07:03:18 +0400
commitdd1ff6043cfe0848bb4fcb8fa9084f6f5781c4ef (patch)
tree675e17919e1dbad827bb6141c69c73f570481f2d /README.md
parent501cc508bd617a62070620d569cee9b84b47bc67 (diff)
add todo
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index fad6b93..deda3d1 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ A streaming torrent client in your browser, powered by webRTC and black magic.
![Magic](https://raw.github.com/feross/webtorrent/master/logo.png)
+
## Planned Features
- **BitTorrent in your browser!**
@@ -64,7 +65,7 @@ Until BitTorrent clients add support for WebTorrent, pure WebTorrent clients can
- sdp-compress
-## Todo to basic working version
+## Todo for basic working version
- Build bittorrent client as Chrome App (connects to normal BT network)
- Use UDP/TCP APIs
@@ -79,6 +80,9 @@ Until BitTorrent clients add support for WebTorrent, pure WebTorrent clients can
- Flash player for other media types
- Easy torrent creation
+## Todo eventually
+
+- UPnP or NAT-PMP (so the hybrid client can get listed in peers' routing tables)
## Introduction to WebRTC DataChannel and WebTorrent