superagent-q
发布于 10 年前 作者 i5ting 3144 次浏览 最后一次编辑是 8 年前 来自 分享

A very thin wrapper layer between super-agent and Q to promisify superagent’s callbacks

https://github.com/ericvicenti/superagent-q

想法是不错的

我觉得更好的组合是request + bluebird

Promise.promisifyAll(request) 

这样看起来更帅一些

2 回复

promise 还用的不是很顺手,一直很别扭, 目前还比较习惯用 async

我更喜欢request+when 自豪地采用 CNodeJS ionic

回到顶部