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.
filepizza/README.md

23 lines
1005 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

![wordmark](static/images/wordmark.png)
###Free peer-to-peer file transfers in your browser
Cooked up by [Alex Kern](http://kern.io) & [Neeraj Baid](http://neeraj.io) while eating *Sliver* @ UC Berkeley.
![XKCD 949](http://imgs.xkcd.com/comics/file_transfer.png)
## Overview
FilePizza enables private and much faster P2P file transfer over the web.
By using web protocol [WebRTC](http://www.webrtc.org), we eliminate the slow and costly initial upload step traditionally required when sharing files via Dropbox/CloudApp/etc. For most files, this is a big deal. Instead of first sending the file to an external server, the sender immediately gets a link they can distribute. And when a recipient clicks it, they connect directly to the senders computer to complete the download, eliminating the server middleman. Because the file is never actually saved on, or even touches, our servers, the transfer is incredibly private and secure.
## Usage
$ npm install
$ npm start
## License
BSD