Solution Review: Creating a Web Server
Learn to create a web server in Node.js.
We'll cover the following...
Explanation
-
We start by requiring the built-in
HTTP
module in line 1. -
In line 3, we create a variable called ...