What is the preferred method of resolving unhandled exceptions in Node.js?
Answers
Answered by
0
I just started trying out node.js a few days ago. I've realized that the Node is terminated whenever I have an unhandled exception in my program. This is different than the normal server container that I have been exposed to where only the Worker Thread dies when unhandled exceptions occur and the container would still be able to receive the request
Similar questions