Skip to content
/ bit5 Public

P2P client in the browser, based on standard HTML5 api's

Notifications You must be signed in to change notification settings

whadar/bit5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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...

About

P2P client in the browser, based on standard HTML5 api's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published