mirror of https://github.com/kern/filepizza
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
11 years ago | |
|---|---|---|
| assets | 11 years ago | |
| css | 11 years ago | |
| lib | 11 years ago | |
| node_modules | 11 years ago | |
| static | 11 years ago | |
| .gitignore | 11 years ago | |
| LICENSE | 11 years ago | |
| Procfile | 11 years ago | |
| README.md | 11 years ago | |
| index.js | 11 years ago | |
| package.json | 11 years ago | |
README.md
###Free peer-to-peer file transfers in your browser
Cooked up by Alex Kern & Neeraj Baid while eating Sliver @ UC Berkeley.
Overview
FilePizza enables fast and private peer-to-peer file transfers in your web browser.
By using WebRTC, FilePizza eliminates the initial upload traditionally required when sharing files via file sharing services (e.g. Dropbox). Instead of transmitting files through an intermediary server, the sender initializes a transfer and receives a "tempalink" they can distribute. When recipients click on this link, they connect directly to the sender’s browser to complete the download. Because the file never touches the server, the transfer is fast, private, and secure. For larger files, this is an especially big deal.
Usage
$ npm install
$ npm start
Requirements
- node
0.10.x - npm
2.x.x
License
BSD

