Node 是一个服务器端 JavaScript 解释器,它将改变服务器应该如何工作的概念。它的目标是帮助程序员构建高度可伸缩的应用程序,编写能够处理数万条同时连接到一个(只有一个)物理机的连接代码。下面是我搜集整理的一些nodejs的学习资料。

API文档

  1. Node.js v0.10.18 手册中文版
  2. Node.js API 文档 v0.10.21
  3. nodejitsu

相关教程

  1. 七天学会NodeJS
  2. 使用 Express + MongoDB 搭建多人博客
  3. 使用 Express + Socket.IO 搭建的多人聊天室
  4. 让我们基于Node.js创建一个web应用
  5. 一个周末掌握IT前沿技术之node.js篇
  6. 从零开始nodejs
  7. Node.js高级编程
  8. node.js入门
  9. 用Node.js 写web框架
  10. 使用node.js建博客
  11. Master Nodejs

相关社区

  1. CNode:node.js专业中文社区
  2. 红豆园
  3. csser
  4. v2ex
  5. nodestuts.com

学习源码

  1. https://github.com/cnodejs/nodeclub/
  2. https://github.com/xinyu198736/htmljs
  3. https://github.com/turingou/candy
  4. https://github.com/EchoFUN/melodycoder
  5. https://github.com/samoay/NejBlog
  6. https://github.com/RicterZ/nichijou
  7. https://github.com/think2011/Guthub
  8. https://github.com/Bluefatty/node-Ink/
  9. https://github.com/xiaojue/tuer.me
  10. https://github.com/willerce/canku
  11. https://github.com/willerce/noderce
  12. https://github.com/yang6233562/y
  13. https://github.com/obullxl/osnode-site
  14. https://github.com/heroicyang/nodediscuss

相关书籍

  1. Node入门:在线版
  2. Node.js开发指南:pdf下载
  3. 了不起的nodejs
  4. Node.js in Action:pdf下载
  5. 最厉害的一本书:深入浅出Nodejs

Web框架

  1. Express:
    1. 官网
    2. 中文社区
    3. Express.js 中文入门指引手册
  2. Koa:
    1. 官网
    2. Koa中文文档
    3. Koa常用中间件
  3. Meteor
    1. 官网
    2. Meteor-DDP翻译
    3. Meteor 非官方中文文档(不包含API部分)
    4. 基于meteor开发的开源项目列表
  4. Geddy
    1. 官网
    2. Node.js和Geddy初学者指南

数据库相关

  1. mongoose(mongodb 对象模型工具)
    1. http://mongoosejs.com/
    2. http://www.csser.com/tag/mongoose
  2. Sequelize(node mysql orm)
    1. http://sequelizejs.com/
    2. http://www.html-js.com/article/1537

异步流程控制

  1. async
    1. https://github.com/caolan/async
    2. http://freewind.me/blog/20120518/932.html
    3. http://blog.fens.me/nodejs-async/
  2. eventproxy
    1. https://github.com/JacksonTian/eventproxy
  3. step
    1. https://github.com/creationix/step
  4. when
    1. https://github.com/cujojs/when
  5. wind

博客系统

  1. Ghost
  2. Hexo
  3. nico
  4. TooSolo