码迷,mamicode.com
首页 > Web开发 > 详细

Node.js的学习资源、教程和工具

时间:2015-07-21 15:31:59      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

这篇文章编译整理自Stack Overflow的一个如何开始学习Node.js的Wiki帖,这份资源列表在SO上面浏览接近60万次,数千个收藏和顶。特意整理发布到这里,其中添加了部分中文参考资料。

学习指南和教程

开发者网站

视频

Screencasts

书籍

课程

博客

JavaScript课程

Node模块

其他工具和资源

单元测试

  • Mocha is a popular test framework.

  • Vows is a fantastic take on asynchronous testing, albeit somewhat stale.

  • Expresso is a more traditional unit testing framework.

  • node-unit is another relatively traditional unit testing framework.

Web框架

  • Express is by far the most popular framework.

  • Meteor bundles together jQuery, Handlebars, Node.js, websockets, mongoDB, and DDP and promotes convention over configuration without being a Rails clone.

  • Tower is an abstraction of top of Express that aims to be a Rails clone.

  • Geddy is another take on web frameworks.

  • RailwayJS is a Ruby-on-Rails inspired MVC web framework.

  • SailsJS is a realtime MVC web framework.

  • Sleek.js is a simple web framework, built upon express.js.

  • Hapi is a configuration-centric framework with built-in support for input validation, caching, authentication, etc.

  • Koa Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.

Web框架工具

网络

  • Connect is the Rack or WSGI of the Node world.

  • Request is a very popular HTTP request library.

  • socket.io is handy for building WebSocket servers.

命令行工具

  • Optimist makes argument parsing a joy.

  • Commander is another popular argument parser.

  • Colors makes your CLI output pretty.


Node.js的学习资源、教程和工具

标签:

原文地址:http://my.oschina.net/chinacaptain/blog/481178

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!