Building RESTful APIs with Node.js and Express
Most Node.js API guides stop at writing the routes. This one covers what actually needs to be true before a Node.js service is ready to run in a container, behind a load balancer, in a production environment — from the perspective of the engineer deploying it.