http://es6.ruanyifeng.com/ (es6)
https://nodejs.org/ (官网)
http://nodejs.cn/ (nodejs中文网 中文文档基本同步)
https://read.douban.com/ebook/12053349/ (《深入浅出 nodejs》 原理层面内容较多)
https://cnodejs.org/ (nodejs 中文社区 由《深入浅出 nodejs》作者创建)
https://www.npmjs.com/ (npm官网)
http://www.runoob.com/nodejs/nodejs-tutorial.html (菜鸟教程:nodejs)
http://liubin.org/promises-book/ (JavaScript Promise迷你书(中文版))
https://github.com/amdjs/amdjs-api/wiki/AMD (AMD规范)
https://github.com/seajs/seajs/issues/242 (CMD规范)
https://www.zhihu.com/question/20351507 (AMD 和 CMD 的区别)
https://seajs.github.io/seajs/docs/ (SeaJS)
https://github.com/seajs/seajs/issues/277 (SeaJS & RequireJS异同)
http://underscorejs.org/ (nodejs util 增强库 underscorejs 但很久未更新了)
https://lodash.com/ (lodash:与underscore 干同样的事情)
https://expressjs.com/zh-cn/ (基于 nodejs 的 web 开发框架 express)
http://www.expressjs.com.cn/ (express 中文站 官翻,访问速度快)