nodejs开发利器

   i. 开发工具:

webstorm, vs code

  ii. 寻找开源类库: 

https://github.com,
https://www.npmjs.com

  iii. 常用流程控制类库: 

EventProxy (早前使用), 
async(早前使用),
q(promise协作),
co(更加强大的promise协作), 
es7 (async, await)

  iv. 文档查询 dash,或者官网 nodejs.org

你可能感兴趣的:(nodejs开发利器)