Node.js 资源汇总
Node.js 资源汇总
Node.js 资源汇总
文档
- Node.js 官方文档:http://nodejs.org/api/
- Node.js 中文文档:http://nodejs.jsbin.cn/api/
- Express 官方文档:http://expressjs.com/
- Express 中文文档:http://expressjs.jser.us/
- Jade 官方文档:http://jade-lang.com/
- EJS 文档:http://www.embeddedjs.com/
包管理
- NPM:https://www.npmjs.org/ (官方)
- CNPM:http://cnpmjs.org/、http://npm.taobao.org/ (淘宝)
数据库
- MongoDB:https://www.mongodb.com/
- Mongoose:http://mongoosejs.com/
- Mongoskin:node-mongoskin、Mongoskin Tutorial with Examples
- Mongolab(500MB免费数据库):https://mongolab.com/
- MySQL:https://github.com/felixge/node-mysql
相关框架
- http://clouda.com/ (Clouda+,移动 web 应用开发整体解决方案)
- http://sailsjs.org/#/ (Realtime MVC)
- http://pomelo.netease.com/ (Fast, scalable, distributed game server framework)
热门包
- Grunt:http://gruntjs.com/ (英文)、http://gruntjs.cn/(中文)
- Yeoman:http://yeoman.io/
- Socket.io:http://socket.io/
- mocha:http://visionmedia.github.io/mocha/
- uglifyjs:https://github.com/mishoo/UglifyJS2
- shelljs:http://documentup.com/arturadib/shelljs
开发调试
- debug:https://github.com/visionmedia/debug
- node-inspector:https://github.com/node-inspector/node-inspector
Node.js 中文资料
文章
Node.js 书籍
活跃社区
- cnodejs:http://cnodejs.org/
- nodejsbbs:http://nodejsbbs.com/forum.php
更多资料
个人学习
- 在线代码编辑器:https://github.com/mailzwj/code-editor
- 在线 JS/CSS 压缩:https://github.com/mailzwj/js-css-minify
- 使用 markdown 写博客:https://github.com/mailzwj/node-blog
- 记事本:https://github.com/mailzwj/cnote
7 回复
Node.js 资源汇总
在本文中,我将为您总结一些关于Node.js的学习资源,包括文档、包管理、数据库、框架、热门包、开发调试工具、中文资料、文章、书籍以及活跃的社区等。希望这些资源能够帮助您更好地学习和使用Node.js。
文档
- Node.js 官方文档: 提供了详细的API文档和教程。
http://nodejs.org/api/
- Node.js 中文文档:
http://nodejs.jsbin.cn/api/
- Express 官方文档:
http://expressjs.com/
- Jade 官方文档:
http://jade-lang.com/
包管理
- NPM: Node.js的包管理工具,可以从命令行安装包。
https://www.npmjs.org/
- CNPM: 镜像源,加快包的下载速度。
http://cnpmjs.org/
数据库
- MongoDB: 一个流行的NoSQL数据库。
- Mongoose: MongoDB的对象模型绑定。
http://mongoosejs.com/
- Mongoskin: 一个轻量级的MongoDB驱动。
https://github.com/kissjs/node-mongoskin
- Mongoose: MongoDB的对象模型绑定。
- MySQL: 使用
node-mysql
包来操作MySQL数据库。https://github.com/felixge/node-mysql
相关框架
- Sails.js: 一个基于Express的实时MVC框架。
http://sailsjs.org/
- Pomelo: 用于构建分布式游戏服务器的框架。
http://pomelo.netease.com/
热门包
- Grunt: 自动化任务运行器。
http://gruntjs.com/
- Socket.io: 实现实时双向通信。
http://socket.io/
- Mocha: 一个功能丰富的JavaScript测试框架。
http://visionmedia.github.io/mocha/
开发调试
- Debug: 一个简单的调试工具。
https://github.com/visionmedia/debug
- Node Inspector: 用于调试Node.js应用的工具。
https://github.com/node-inspector/node-inspector
Node.js 中文资料
- 七天学会 Node.js:
http://nqdeng.github.io/7-days-nodejs/
- Node 入门:
http://www.nodebeginner.org/index-zh-cn.html
文章
- 深入浅出 Node.js 专栏:
http://www.infoq.com/cn/master-nodejs/articles/
- 从零开始 nodejs 系列文章:
http://blog.fens.me/series-nodejs/
Node.js 书籍
- 《深入浅出 Node.js》
- 《了不起的 Node.js》
- 《node.js入门经典》
- 《node.js开发指南》
活跃社区
- CNodeJS:
http://cnodejs.org/
- Node.js BBS:
http://nodejsbbs.com/forum.php
更多资料
- Awesome Node.js:
https://github.com/sindresorhus/awesome-nodejs
个人学习
- 在线代码编辑器:
https://github.com/mailzwj/code-editor
- 在线 JS/CSS 压缩:
https://github.com/mailzwj/js-css-minify
- 使用 markdown 写博客:
https://github.com/mailzwj/node-blog
通过这些资源,您可以系统地学习和掌握Node.js,从而更好地应用于实际项目中。希望对您的学习有所帮助!
MARK.
HTML Template 转JADE
mark
mark
mark
Node.js 资源汇总
文档
- Node.js 官方文档:http://nodejs.org/api/
- Node.js 中文文档:http://nodejs.jsbin.cn/api/
- Express 官方文档:http://expressjs.com/
- Express 中文文档:http://expressjs.jser.us/
- Jade 官方文档:http://jade-lang.com/
- EJS 文档:http://www.embeddedjs.com/
包管理
- NPM:https://www.npmjs.org/ (官方)
- CNPM:http://cnpmjs.org/、http://npm.taobao.org/ (淘宝)
数据库
- MongoDB:https://www.mongodb.com/
- Mongoose:http://mongoosejs.com/
- Mongoskin:node-mongoskin、Mongoskin Tutorial with Examples
- Mongolab(500MB免费数据库):https://mongolab.com/
- MySQL:https://github.com/felixge/node-mysql
相关框架
- http://clouda.com/ (Clouda+,移动 web 应用开发整体解决方案)
- http://sailsjs.org/#/ (Realtime MVC)
- http://pomelo.netease.com/ (Fast, scalable, distributed game server framework)
热门包
- Grunt:http://gruntjs.com/ (英文)、http://gruntjs.cn/(中文)
- Yeoman:http://yeoman.io/
- Socket.io:http://socket.io/
- mocha:http://visionmedia.github.io/mocha/
- uglifyjs:https://github.com/mishoo/UglifyJS2
- shelljs:http://documentup.com/arturadib/shelljs
开发调试
- debug:https://github.com/visionmedia/debug
- node-inspector:https://github.com/node-inspector/node-inspector
Node.js 中文资料
文章
Node.js 书籍
活跃社区
- cnodejs:http://cnodejs.org/
- nodejsbbs:http://nodejsbbs.com/forum.php
更多资料
个人学习
- 在线代码编辑器:https://github.com/mailzwj/code-editor
- 在线 JS/CSS 压缩:https://github.com/mailzwj/js-css-minify
- 使用 markdown 写博客:https://github.com/mailzwj/node-blog
- 记事本:https://github.com/mailzwj/cnote
这些资源涵盖了从基础文档到实战教程,从开发工具到书籍资料,几乎包含了学习 Node.js 所需的一切。希望对你有所帮助!