nodejs什么时候支持await/async? 财富值85

2016-09-25 16:48发布

如题,请问nodejs什么版本会支持类似同步代码的特征,因为回调用起来太不爽。

23条回答

如果看不懂就请看这篇教程

而且Node的Promise性能狗屎一样;

这是他的特点。

We did change the naming of v6 from Stable to Current as well, so I am assuming that v7 will also be named as "Current" vs "Stable"

《Node.js最新技术栈之Promise篇》https://cnodejs.org/topic/560...

所以还得用Bluebird和babel对付一段时间;

《深入浅出js(Node.js)异步流程控制》 https://github.com/i5ting/asy...

一周热门 更多>