It allows to upload a file and generate a link to download it. If the file was downloaded, it will indicate in real time.
To run this demo, go to the folder upload-file-realtime and type the following command:
$ npm install
Then:
$ node index
It is going to run in http://localhost:3000
In this demo is using:
JQuery: https://jquery.com/
Real time: https://socket.io/
ExpressJS: https://expressjs.com/
file-system: https://www.npmjs.com/package/file-system
express-fileupload: https://www.npmjs.com/package/express-fileupload