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>2014-03-23 11:42:56 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-03-25 10:10:54 +0400
commite04d8e5d9696036d6b81b4d2e373c30c91e2c923 (patch)
treeb8bc656bffe5822ed51fa6c332c9cd8361cd58c6 /README.md
parent771eb189312ea578ff2b4763dc86c197b8906f74 (diff)
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 16c6a47..60b92b0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
### Ways to help
-- **Donations.** I fight for the users. JavaScript and WebRTC are my sword and shield. Donations allow me to spend more time vanquishing the enemy. I'm currently working on WebTorrent almost every night in my spare time. Please support me if you believe in the vision. Send Bitcoins to: **1B6aystcqu8fd6ejzpmMFMPRqH9b86iiwh** or [donate easily via Coinbase](https://coinbase.com/checkouts/7c683397e33166651dedfebee6fb0f96).
+- **Donations.** I fight for the users. JavaScript and WebRTC are my sword and shield. I'm currently working on WebTorrent almost every night in my spare time. Please support me if you believe in the vision. Send bitcoin to **1B6aystcqu8fd6ejzpmMFMPRqH9b86iiwh** or [donate via Coinbase](https://coinbase.com/checkouts/7c683397e33166651dedfebee6fb0f96).
- **Send pull requests.** Take a look at the [open issues](https://github.com/feross/webtorrent/issues?state=open) and see if there's something you can help with. Ideas and suggestions are welcome too.
## Planned Features
@@ -41,6 +41,12 @@ Most of the active development is happening inside of smaller npm modules which
- [webtorrent](https://github.com/feross/webtorrent) (main repo)
- [bittorrent-protocol](https://github.com/feross/bittorrent-protocol)
+ - [plugin: ut_metadata](https://github.com/feross/ut_metadata)
+ - plugin: encryption (todo)
+ - plugin: peer exchange protocol (PEX) (todo)
+ - plugin: µTP (todo)
+ - plugin: UPnP and NAT-PMP port forwarding (todo)
+ - plugin: webseed support (todo)
- [bittorrent-swarm](https://github.com/feross/bittorrent-swarm)
- [bittorrent-dht](https://github.com/feross/bittorrent-dht) (work-in-progress)
- [magnet-uri](https://github.com/feross/magnet-uri)