表达承诺::red_heart_selector:中间件可轻松呈现异步查询结果 源码
表达承诺 一个中间件,用于轻松呈现异步查询。 案例 1.以前 app . get ( '/users/:userId' , function ( req , res ) { User . find ( req . params . userId ) . then ( function ( user ) { Project . getMemo ( req . params . userId ) . then ( function ( memo ) { res . json ( { user : user ,
文件列表
express-promise-master.zip
(预估有个26文件)
express-promise-master
.travis.yml
48B
index.js
54B
package.json
497B
test
json.js
1KB
skip_rule.js
772B
basic.js
702B
recursive.js
557B
spec_helper.js
36B
暂无评论