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.
 
 
 
 
 
Go to file
Alex Kern 4d49b1adf3 Move images into a generic static folder. 11 years ago
assets Move images into a generic static folder. 11 years ago
client Move images into a generic static folder. 11 years ago
css Move images into a generic static folder. 11 years ago
server Move images into a generic static folder. 11 years ago
static/images Move images into a generic static folder. 11 years ago
.gitignore Use Stylus for CSS. 11 years ago
LICENSE Initial commit. 11 years ago
Procfile Add the necessary info for Heroku. 11 years ago
README.md Move images into a generic static folder. 11 years ago
package.json Use our own home-grown TURN server. 11 years ago

README.md

FilePizza

Peer-to-peer file transfers in your browser

XKCD 949

Usage

$ npm install
$ npm start

The client-side assets are compiled using browserify. To build them:

$ npm run build

License

MIT