Day 15: Serving Static Files in Express.js
1. Introduction
Until now, we have been sending plain text or JSON from our Node.js backend.But in real websites, we also need to serve HTML pages, CSS stylesheets, images, JavaScript files, and other assets.
These files are called static files becau...