Node JS Tutorial | HTTP Server

Node JS Tutorial | HTTP Server REPL HERE First lets install Node in our environment. I’m using A Debian distro. Next lets use the HTTP Module We now have a running HTTP server. Well, that’s it were done. Super simple HTTP server in Node. We should see a basic HTML page being served with “HELLO WORLD” as output. Check out the next tutorial and we will template an HTML page for our server to serve.