Is Node.js mature enough to make entire web applications in it? I mean entirely in Node.js. I read somewhere that for some reason there should be (for example) nginx behind Node.js. Is it true? Can’t Node.js stand alone? Are there any online websites built on Node.js?
Share
in my opinion this isnt true anymore.
you can do two things:
use script like “forever” to monitor your node instance.
use this:
http://nodejs.org/docs/v0.4.12/api/process.html#event_uncaughtException_
to catch all exceptions that are not catched earlier