NodeJS学习资源集锦(英文)
by 芋头
at 2013-05-04 09:58:35
original http://www.html-js.com/archives/1904
本文来自“溢栈 stackoverflow” ,文中推荐的教程都是英文,稍后整理一篇中文版的。
原文地址:http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js
Tutorials
- Hello World
- Hello World Web Server
- Node.js guide
- Node tuts (video)
- Build a blog with Node.js, express and mongodb
- Node.Js Tutorials At Project 70
- Node.js for Beginners
Videos
- Introduction to Node.js with Ryan Dahl
- Node.js: Asynchronous Purity Leads to Faster Development
- Parallel Programming with Node.js
- Server-side JavaScript with Node, Connect & Express
- Node.js First Look
- Ryan Dahl’s Google Tech Talk
Screencasts
Books
- The Node Beginner Book
- Mastering Node.js
- Up and Running with Node.js
- Node.js in Action
- Smashing Node.js: JavaScript Everywhere
- Node.js & Co. (in German)
- Sam’s Teach Yourself Node.js in 24 Hours
Blogs
Podcasts
JavaScript resources
- Crockford’s videos (must see!)
- Essential JavaScript Design Patterns For Beginners
- JavaScript garden
- JavaScript Patterns book
- JavaScript: The Good Parts book
Node Modules
- Wiki List on Github/Joyent/Node (start here last!)
- Search for registered node.js modules
Other