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