Use ExpressJS to Deliver HTML Files

added by Robert Greyling
1/19/2015 11:38:57 AM

387 Views

In Node.js and ExpressJS applications, there used to be a very simple way to deliver an HTML file or any other sort of file: `res.sendfile()`. Delivering HTML files using Express helps make development quick and easy when you need a quick HTTP server.


0 comments