12factor 12 factor app in node.js and current reality Best practices of app design to be run in cloud or via some orchestration services such as k8s or ECS are wonderfully described in a methodology called 12 factor app.The official manifest
nodejs Node.js and Apache2 reverse proxy for isolation of blocking events Or reinvention of microservices :)While developing node.js back-end application you have to get rid of blocking i/o events in all possible ways. But what to do, if your application does have