online Node.js server

前端 未结 4 775
粉色の甜心
粉色の甜心 2021-01-03 00:38

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

4条回答
  •  庸人自扰
    2021-01-03 01:38

    in my opinion this isnt true anymore. you can do two things:

    1. use script like "forever" to monitor your node instance.

    2. use this: http://nodejs.org/docs/v0.4.12/api/process.html#event_uncaughtException_ to catch all exceptions that are not catched earlier

提交回复
热议问题