Skip to content
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).

Reference

PeerConnection spec

Ericsson labs implementation

Call for participation

Email: whadar at gmail dot com More communication channels will be introduced soon...

Clone this wiki locally