Running your server forever using forever in Node.js

InstructorAkash Gutha

Share this video with your friends

Send Tweet

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.