- Import the HTTP module
- Use createServer function with a callback function using request and response as parameters.
- Type “hello world.”
- Set the server to listen to port 8080 and assign an IP address
How do you create a simple server in Node.js that returns Hello World?