1. Open terminal and change the drive to code folder.
2. compiling: node helloworld.js
3. Running: open browser and type
http://localhost:8080/
4. See the output
Explanation
HTTP module used transfer data using Hyper Text Transfer Protocol (HTTP). HTTP server response is displayed as HTML and included in HTTP header with a content type.