node.js beginner tutorials? [closed]
Over at DailyJS they've got a long-running Node tutorial called Let's Make a Web App. There are 8 parts so far:
- Part 1: Introduction
- Part 2: Installation and Skeleton App, source code commit: 4ea936b
- Part 3: RESTful Methods and Testing, source code commit: 39e66cb
- Part 4: Templates, Partials, Creating and Editing Documents, source code commit: f66fdb
- Part 5: Authentication, Sessions, Access Control Middleware, source code commit: 03fe9b
- Part 6: Interface Basics, source code commit: f2261c
- Part 7: Node Library Versions, Jade Tricks, Error Pages, source code commit: 929f5
- Part 8: Flash Messages, Helpers, Feedback Display, source code commit: df0b954
It's a great blog for keeping up with Node news and tips as well as other general javascript topics.
I know I'm a bit late to the party, but I still wanted to point you at my current work, The Node Beginner Book. It's exactly targeting at people like you:
http://www.nodebeginner.org/
See these tutorial sites:
- http://howtonode.org/
- http://nodetuts.com/