Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Peer5/ShareFest
Web based p2p file sharing built on WebRTC Data Channels API
https://github.com/Peer5/ShareFest
Last synced: about 1 month ago
JSON representation
Web based p2p file sharing built on WebRTC Data Channels API
- Host: GitHub
- URL: https://github.com/Peer5/ShareFest
- Owner: Peer5
- Created: 2012-10-19T19:24:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T07:25:00.000Z (about 7 years ago)
- Last Synced: 2024-05-22T12:34:14.237Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 1,682
- Watchers: 111
- Forks: 268
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - Peer5/ShareFest - Web based p2p file sharing built on WebRTC Data Channels API (others)
- awesome-homelab - ShareFest
README
# Farewell
It's been 5 years since [commercial browsers started supporting WebRTC ](). Peer5 is no longer able to keep Sharefest functional and operating, it's just too much out of our main focus - video streaming. We loved creating Sharefest - the first WebRTC file sharing production application, all the hacks that involved making it work on early Chrome and Firefox, going through first Interoperability of browsers, and now lately with Safari support, WebRTC is almost ubiquitous - it's been a hell of a ride! Thanks everyone that supported the project over the years and special thanks to the Chrome and Firefox teams for being super attentive and tolerant to all our bug reports, feature requests and plain questions about the technology. farewell!![Sharefest](https://raw.github.com/Peer5/ShareFest/master/sharefest/public/img/logo.png)
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 immediately with anyone that enters the page.
Pure javascript-based. No plugins needed thanks to HTML5 WebRTC Data Channel API - http://webrtc.orgHow does it work
================
http://sharefest.me/faq
http://www.youtube.com/watch?v=p2HzZkd2A40&feature=youtu.be&t=15m30sSharefest operates on a mesh network similar to Bittorrent network.
The main difference is that currently the peers are coordinated using an intelligent 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 (>26) and Firefox (>19)First version includes a simple page that one user will drag a file onto to
share, and other users will enter the first user's url and start downloading the file.Hosted version: http://sharefest.me
TODO:
============
* see issues - https://github.com/Peer5/ShareFest/issuesQuick setup
==============
1. Install nodejs
2. [Download](https://github.com/Peer5/ShareFest/archive/master.zip) this repo, or `git clone https://github.com/Peer5/ShareFest.git`
3. `cd ShareFest`
4. `npm install --dedupe` to install dependencies.
5. `npm start` to start the server
6. http://localhost:13337 should workEnvironment Variables
==============
NODE_ENV: development or production
REQUIRE_HTTPS: 1 redirect to HTTPS when http GET request is comingAbout
==============
Sharefest started by Peer5 at the SV DevFest 2012 hackathon (San Jose).
It was soon open sourced to GitHub and now being developed by Peer5 and a community of great WebRTC hackers.License
==============
Apache 2.0 - see LICENSE file