# node.js **Repository Path**: salonbas/node.js ## Basic Information - **Project Name**: node.js - **Description**: Sources list for Node.js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js 资源汇总 ## 文档 * Node.js 官方文档:[http://nodejs.org/api/](http://nodejs.org/api/) * Node.js 中文文档:[http://nodejs.jsbin.cn/api/](http://nodejs.jsbin.cn/api/) * Express 官方文档:[http://expressjs.com/](http://expressjs.com/) * Express 中文文档:[http://expressjs.jser.us/](http://expressjs.jser.us/) * Jade 官方文档:[http://jade-lang.com/](http://jade-lang.com/) * EJS 文档:[http://www.embeddedjs.com/](http://www.embeddedjs.com/) ## 包管理 * NPM:[https://www.npmjs.org/](https://www.npmjs.org/) (官方) * CNPM:[http://cnpmjs.org/](http://cnpmjs.org/)、[http://npm.taobao.org/](http://npm.taobao.org/) (淘宝) ## 数据库 * MongoDB:[https://www.mongodb.com/](https://www.mongodb.com/) * Mongoose:[http://mongoosejs.com/](http://mongoosejs.com/) * Mongoskin:[node-mongoskin](https://github.com/kissjs/node-mongoskin)、[Mongoskin Tutorial with Examples](http://www.hacksparrow.com/mongoskin-tutorial-with-examples.html) * Mongolab(500MB免费数据库):[https://mongolab.com/](https://mongolab.com/) * MySQL:[https://github.com/felixge/node-mysql](https://github.com/felixge/node-mysql) ## 相关框架 * [http://clouda.com/](http://clouda.com/) (Clouda+,移动 web 应用开发整体解决方案) * [http://sailsjs.org/#/](http://sailsjs.org/#/) (Realtime MVC) * [http://pomelo.netease.com/](http://pomelo.netease.com/) (Fast, scalable, distributed game server framework) ## 热门包 * Grunt:[http://gruntjs.com/](http://gruntjs.com/) (英文)、[http://gruntjs.cn/](http://gruntjs.cn/)(中文) * Yeoman:[http://yeoman.io/](http://yeoman.io/) * Socket.io:[http://socket.io/](http://socket.io/) * mocha:[http://visionmedia.github.io/mocha/](http://visionmedia.github.io/mocha/) * uglifyjs:[https://github.com/mishoo/UglifyJS2](https://github.com/mishoo/UglifyJS2) * shelljs:[http://documentup.com/arturadib/shelljs](http://documentup.com/arturadib/shelljs) ## 开发调试 * debug:[https://github.com/visionmedia/debug](https://github.com/visionmedia/debug) * node-inspector:[https://github.com/node-inspector/node-inspector](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 中文资料导航](https://github.com/youyudehexie/node123) ## 文章 * [深入浅出 Node.js 专栏](http://www.infoq.com/cn/master-nodejs/articles/) * [从零开始 nodejs 系列文章](http://blog.fens.me/series-nodejs/) * [使用 nodejs 和 mongodb 开发 WebApp](http://dailyjs.com/tags.html#lmawa) (英文) * [给 Node.js 新手的7条小建议](http://cnodejs.org/topic/525216a3f29c7bbd3c877cbf) ## Node.js 书籍 * [《深入浅出 Node.js》](http://book.douban.com/subject/25768396/) * [《了不起的 Node.js》](http://book.douban.com/subject/25767596/) * [《node.js入门经典》](http://book.douban.com/subject/23780706/) * [《node.js开发指南》](http://book.douban.com/subject/10789820/) ## 活跃社区 * cnodejs:[http://cnodejs.org/](http://cnodejs.org/) * nodejsbbs:[http://nodejsbbs.com/forum.php](http://nodejsbbs.com/forum.php) ## 更多资料 * [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) ## 个人学习 * 在线代码编辑器:[https://github.com/mailzwj/code-editor](https://github.com/mailzwj/code-editor) * 在线 JS/CSS 压缩:[https://github.com/mailzwj/js-css-minify](https://github.com/mailzwj/js-css-minify) * 使用 markdown 写博客:[https://github.com/mailzwj/node-blog](https://github.com/mailzwj/node-blog) * 记事本:[https://github.com/mailzwj/cnote](https://github.com/mailzwj/cnote)