Using Node.js as a simple web server
Tutorial: Using Node.js as a simple web server I want to run a very simple HTTP server. Every GET request to example.com should get index.html served to it but as a regular HTML page (i.e., same experience as when you read normal web pages).…