We are going to do a static file server in Node.js. This web server is going to respond with the content of the file in a given path. While we are doing this exercise we are going to cover more about http module. Also, use some utilities from other core modules such as path, url and fs.

#node #nodejs #es6+

Building a Node.js Static File Server (Files over HTTP) Using ES6+
3.70 GEEK