What nodejs library is most like jQuery's deferreds?

前端 未结 7 1996
失恋的感觉
失恋的感觉 2020-12-05 13:54

I\'ve become a skilled user of jQuery\'s new and amazing Deferred module, and as I\'m easing into using more of Node.js, I find myself wanting something exactly like it in m

7条回答
  •  猫巷女王i
    2020-12-05 14:28

    This wasn't around when the question was asked, but according to the readme it uses (and passes) the jquery tests. It appears to be exactly identical minus the (jQuery||$). prefix.

    https://github.com/jaubourg/jquery-deferred-for-node

提交回复
热议问题