Practical Node.js (2018版) 14章, async code in Node

Posted Mr-chen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Practical Node.js (2018版) 14章, async code in Node相关的知识,希望对你有一定的参考价值。

Asynchronous Code in Node


 

历史上,Node开发者只能用回调和事件emitters。

现在可以使用一些异步的语法:

  • async module
  • Promises
  • Async/await funcitons

 

以上是关于Practical Node.js (2018版) 14章, async code in Node的主要内容,如果未能解决你的问题,请参考以下文章

Practical Node.js (2018版) 第5章:数据库 使用MongoDB和Mongskin。

Practical Node.js第3章:测试

JSON at Work: Practical Data Integration for the Web (EPUB)

Node.js进入Ubuntu及其他Linux发行版Snap商店

Node.js安装详细步骤教程(Windows版)

Node.js安装+环境配置Windows版