Thursday, 31 August, 2017 UTC


Summary

Previously to tackle manual restarts due to server crashes , process management tools were used. Forever is one such module that is runs on the node ecosystem. So, we need not move away from the rich ecosystem of Node.js. Use ``` npm install --global forever ``` to install forever module globally.