Setup a Simple HTTP Server with Node.js
Why would I want to do that? Well due to security concerns and restrictions in modern browsers it is preferred to access files with http:// protocol instead of the file:// protocol. Let’s see how to do that in a local development environment. Node.js First […]