Irrespective of any business logic, what errors must be handled in node server. ?
What are potential errors/exceptions ?
I have tried to take care of following things-
uncaughtException
socket error event
EMFILE, open
Also having only one logger for complete application.
Need to handle common potential errors before it goes to production server.
Also, links would be helpful.