A simple NodeJS based HTTP server which lets your friends to upload files in your system.
If someone need file(s) from someone, but has no physical reach to that guy or has no external media storage, but you both are in a network. In such scenarios, you wish to use this tool.
- Download and install NodeJs from its official website.
- Download this tool.
- Change 'config.js' file accordingly.
- cd into this tool's directory.
- Install dependencies by running: npm install
- Run server: node app.js
- Tell your friends to open browser and start uploading file.