Relative Content

Tag Archive for node.jsexpressforever

Node.js ‘forever’ module stops working intermittently without error messages

I am using forever to run my node application on Linux server. The problem that I am facing is that if my database server went down then app stops running and I have to start the forever again. I want to run the application no matter if there is any error in the application.(Error handling is done in the code.). Could you please tell is there any alternate that I can use instead of forever to run the application on server.