I've got a node.js app hosted on Heroku
Whenever my app encounters an error, the whole server crashes, making it unavailable for anyone.
Is there any way to return an error page instead, and keep the server alive?
I read this, Node.JS with forever on Heroku but it didn't answer my question....