ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 资料 [JavaScript 标准参考教程(alpha)](http://javascript.ruanyifeng.com/#nodejs) [官方API](https://nodejs.org/en/docs/) 看api注意api稳定性:0,不推荐,2:推荐 [Node.js 实战](https://sfantasy.gitbooks.io/node-in-action/content/zh/) [Node.js API 中文文档](https://davidcai1993.gitbooks.io/nodejs-api-doc-in-chinese/content/) [nodejs中文文档](https://0532.gitbooks.io/nodejs/content/buffers/README.html) [Node.js 教程](http://www.runoob.com/nodejs/nodejs-tutorial.html) ##文章 [nodejs stream 手册完整中文版本](http://www.open-open.com/lib/view/open1419046110808.html) ***** #package 文件生成 ``` npm init ``` npm ls --depth 0 ***** #bower ``` npm install bower -g bower init ```