Hi, like to get started with the Node.js based webframework Express? I put together this example app, that has extensive commenting in the code. So you can run it and understand it at the same time.
Enjoy! Patric Jansson
And heres the demo site
Try it yourself? Here is a Docker image
docker pull patricjansson/express-4-tutorial:v0.1
docker run -p 80:3000 patricjansson/express-4-tutorial:v0.1