Download a file from Node.js Server using Express
Introduction: In this tutorial, we are create Node.js Express example that provides Rest API to download file to Client. The res.download() function transfers the file at path as an ‘attachment’. Typically, browsers will prompt the user to download. Syntax: When an error occurs or transfer is complete, the method calls the optional callback function fn. This method