Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.24 KB

Sharefest

One-To-Many sharing application. Serverless. Eliminates the need to fully upload your file to services such as Dropbox or Google Drive. Put your file and start sharing immidiately with anyone that enters the page. Pure javascript-based, no plugins needed, thanks to HTML5 WebRTC Data Channel API - http://webrtc.org

How does it work

Sharefest operates on a mesh network similar to Bittorrent network. The main difference is that currently the peers are coordinated using an intellegent server. This coordinator controls which parts are sent from A to B and who shall talk with whom. Peer5 Coordinator (or any other solution) is used to accomplish this. Each peer will connect to few other peers in order to maximize the distribution of the file. Supporting chrome canary (>26) and firefox (>19)

First version includes a simple page that one user will drag a file to share, and a other users will enter the first user's url and start downloading the file.

test it out at: http://sharefest.peer5.com

TODO:

History

Started on SV DevFest 2012 hackathon in San Jose