Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 798 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 798 Bytes

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 should be possible 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

Google's web-rtc

Call for participation

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