Express 开发与部署最佳实践 -- 待续

链接

nginx 代理缓存  压缩 等

全部采用异步  

使用try catch  处理同步异常  promise 处理异步 异常,  而不是使用 domains  或者 uncaughtException

原文地址:https://www.cnblogs.com/dhsz/p/6525793.html