-
Notifications
You must be signed in to change notification settings - Fork 0
Welcome
whadar edited this page Jul 20, 2011
·
1 revision
This is an attempt to build bittorrent client using only javascript. HTML5 is introducing emerging features which should enable us to setup a direct p2p channel (even with NATs) and save large files locally. All of this magic could be done using two major APIs:
- file API - quite mature and supported widely by modern browsers.
- peerconnection API (still new - not supported by any browser yet).
Email: whadar at gmail dot com More communication channels will be introduced soon...