what is the best strategy to make node server not crash on uncaught exceptions? I have a web application in node. Whenever some uncaught error happens , server fails completely.we have to go to production soon.So this cannot happen in production.
How can we handle this?