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 8229c6c6dc Move static assets to the correct location. 11 years ago
client Move static assets to the correct location. 11 years ago
server Move static assets to the correct location. 11 years ago
static Move static assets to the correct location. 11 years ago
.gitignore Initial commit. 11 years ago
LICENSE Initial commit. 11 years ago
README.md Add Browserify for client-side code. 11 years ago
package.json Add Firebase support. 11 years ago

README.md

webdrop

Peer-to-peer file transfers in your browser

Usage

$ npm install
$ npm start

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

$ npm run build

License

MIT