Hello NodeJSP | Hello World - The Next Level
Our first Hello World example was great and all, but while the console is extremely helpful for debugging, we actually want to put things in the browser, don’t we? So let’s do that now!
To be able to access our code from a webbrowser we will need a server. The standard-server for NodeJS is ExpressJS, so that’s what we will be using as well.