node.js资源分享

node.js资源分享

更多资源请Star:https://github.com/maidishike...

文章转自:https://github.com/maidishike...

学习路线图

以下内容是整理的文档和教程,大家可以根据自己的需要进行阅读,完整的文章列表,可以查看:从零开始nodejs系列文章,个人觉得从零开始nodejs系列文章挺值得看的。

  • 项目管理:npm,grunt, bower, yeoman

  • Web开发:express,ejs,hexo, socket.io, restify, cleaver, stylus, browserify,cheerio

  • 工具包:underscore,moment,connet,later,log4js,passport,passport(oAuth),domain,require,reap,commander,retry

  • 数据库:mysql,mongoose,redis

  • 异步:async,wind

  • 部署:forever,pm2

  • 测试:jasmine,karma

  • 跨平台:rio,tty

  • 内核:cluster,http,request

  • 算法:ape-algorithm(快速排序),ape-algorithm(桶排序)

文档

  • Node.js 官方文档:http://nodejs.org/api/

  • Node.js 中文文档:http://nodeapi.ucdok.com/

  • 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/no...

相关框架

  • http://clouda.com/ (Clouda+,移动 web 应用开发整体解决方案)

  • http://sailsjs.org/#/ (Realtime MVC)

  • http://pomelo.netease.com/ (Fast, scalable, distributed game server framework)

  • https://github.com/newghost/o... (OurJs,基于Node的开源博客引擎)

热门包

  • Grunt:http://gruntjs.com/ (英文)、http://gruntjs.cn/(中文)

  • Gulp:http://gulpjs.com/

  • Yeoman:http://yeoman.io/

  • Socket.io:http://socket.io/

  • mocha:http://visionmedia.github.io/...

  • uglifyjs:https://github.com/mishoo/Ugl...

  • shelljs:http://documentup.com/arturad...

开发调试

  • debug:https://github.com/visionmedi...

  • node-inspector:https://github.com/node-inspe...

Node.js 中文资料

  • Node.js 教程:http://www.runoob.com/nodejs/...

  • NodeSchool:http://nodeschool.io/zh-cn/

  • 七天学会 Node.js:http://nqdeng.github.io/7-day...

  • Node 入门:http://www.nodebeginner.org/i...

  • Node.js 中文资料导航:https://github.com/youyudehex...

  • Node.js 包教不包会:https://github.com/alsotang/n...

文章

  • 深入浅出 Node.js 专栏:http://www.infoq.com/cn/maste...

  • 从零开始 nodejs 系列文章:http://blog.fens.me/series-no...

  • 使用 nodejs 和 mongodb 开发 WebApp (英文):http://dailyjs.com/tags.html#...

  • 给 Node.js 新手的7条小建议:http://cnodejs.org/topic/5252...

Node.js 书籍

  • 《深入浅出 Node.js》:http://book.douban.com/subjec...

  • 《了不起的 Node.js》:http://book.douban.com/subjec...

  • 《node.js入门经典》:http://book.douban.com/subjec...

  • 《node.js开发指南》:http://book.douban.com/subjec...

活跃社区

  • Node.js中文网:http://www.nodejs.net/

  • cnodejs:http://cnodejs.org/

  • nodejsbbs:http://nodejsbbs.com/forum.php

nodejs开源作品:

  • N-blog 从零搭建nodejs多人博客:https://github.com/nswbmw/N-blog

更多资料

  • Awesome Node.js:https://github.com/sindresorh...

  • Node.js的学习资源、教程和工具http://blog.jobbole.com/75084/

你可能感兴趣的:(前端,node.js)