xiongwilee / Gracejs

A Nodejs BFF framework, build with koa2(基于koa2的标准前后端分离框架)
https://grace.wilee.me
MIT License
1.39k stars 238 forks source link

feat: update mongodb's default promise library #18

Closed wuwb closed 7 years ago

xiongwilee commented 7 years ago

赞赞的! 不过为什么要把bluebird放在server里而且放在global全局对象中呢?建议就在mongo中间件中引用:mongoose.Promise = require('bluebird')即可, 其他地方要用bluebird再引入也不迟

wuwb commented 7 years ago

这样写的话,等 v8 的 promise 性能调好了比 bluebird 高时,直接删掉入口那行代码,其他啥都不用改