Science, asked by Nishantkumar9882, 1 year ago

What is the preferred method of resolving unhandled exceptions in Node.js?

Answers

Answered by rafaqatdsg8pega0m
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