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
时间: 2024-10-14 23:51:12