Error handling principles for Node.js + Express.js applications?

前端 未结 3 1310
有刺的猬
有刺的猬 2020-12-04 04:12

It seems like error reporting/handling is done differently in Node.js+Express.js applications compared to other frameworks. Am I correct in understanding that it works as fo

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 05:09

    People at Joyent have published a really insightful best-practices document on this. A must-read article for any Node.js developer.

提交回复
热议问题