node.js async libs

后端 未结 4 943
太阳男子
太阳男子 2020-12-07 17:33

There are a ton of libraries that help with fixing the layers of callback syndrome.

In fact, there\'s too many, which one do i use?

4条回答
  •  暖寄归人
    2020-12-07 18:12

    pick one you like :P. I like async for example. But Step is also pretty famous. I think it is a very good thing that there are so many modules. The node.js community is putting out some really good modules. Installing them with NPM will not cost you any effort at all.

提交回复
热议问题