This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 24
Resources
trevnorris edited this page Jan 7, 2013
·
21 revisions
- Mixu's Node book
- Node In Action -- by Mike Cantelon, Nathan Rajlich, and TJ Holowaychuk
- The Node Beginner Book -- A comprehensive tutorial for folks that are already proficient in other languages, but new to JavaScript and Node.js
- サーバサイドJavaScript Node.js入門(In Japanese) -- by T Shimizu et al.
- NodeManual -- by Cloud9 IDE, a fork of the official Node.js API documentation, with a different organization, examples you can run in the browser, and additional tutorials
- NodeBits -- by Tim Caswell, a site dedicated to keeping the NodeJS spirit of innovation and creativity alive. This is done by providing a constant stream of ideas and sample projects.
- justjs -- by Tom Boutell. A blog featuring a series of node.js tutorials, starting with the basics of installing Node and MongoDB on your own computer and building from there into creating full-fledged node apps, beginning with the justjs.com blog itself.
- NodeCloud -- by Frederic Cambus, an ordered Node.js resource directory allowing to evaluate relative popularity of a project.
- Mastering Node - Open Source eBook by TJ Holowaychuk and the node community
- How to start develop with node js on linux from windows -- by Shimon Doodkin
- pubsub -- by Malte Ubl
- Going Evented with Node.js -- Naked JavaScript
- Node.js is genuinely exciting -- by Simon Willison
- Unit testing in node.js -- by Caolan McMahon
- Deploying Node.js with Upstart and Monit -- by Tim Smart
- Deploying node.js with Upstart -- a few updates to the above article -- by Caolan McMahon
- Several tutorials about Node.js -- by Tim Caswell (How to Node)
- Node tools and techniques explained -- by the Nodejitsu team
- Node.js - I just have to use it for something -- by Phil Hawksworth
- node by example -- by Hendrik Daldrup
- Implementing Web Socket servers with Node.js -- by Lakshan Perera
- ServerSide JavaScript with MooTools and NodeJS -- by Christoph Pojer
- Step by step instructions to install NodeJS on Windows -- by Siddique Hameed
- Writing for node and the browser -- by Caolan McMahon
- Writing a Long Polling Event Server with node -- by Frank Schröder
- -شروع کار با Node (gone?) -- by Morteza Milani
- Hosting node.js applications in IIS on Windows -- by Tomasz Janczuk
- Setting up a Node.js development environment with NPM and Cloud9 IDE installed locally -- by Frederic Cambus
- Node.js & WebSocket - Simple chat tutorial -- by Martin Sikora
- Chat webapp with node 0.6.15 and socket.io -- by Damien Snoeck
- A Beginner’s Tutorial for Node.js -- by Cedric Dussud
- Exploring the V8 JS engine Part 1 Part 2
- v8 Getting Started -- Google official v8 documentation
- GoogleTechTalk: Node.js -- by Ryan Dahl (video, 2010-07-28)
- Node.js at JSConf.eu 2009 -- by Ryan Dahl (video, 2009-11-08)
- Nodetuts - Node.js screencast tutorials -- by Pedro Teixeira (video tutorials)
- Node.js - Step by step -- by nettuts.com (video tutorials)
- Node.js at JSConf.us 2010 -- by Ryan Dahl (slides PDF, 2010-04-17)
- Running YUI3 on Node.js -- by Adam Moore (slideshare, 2010-04-17)
- Techniques and Tools for Taming Tangled Twisted Trains of Thought -- By Tim Caswell (slideshare, 2010-09)
- What Does Node Need From Us? -- By Tim Caswell (slideshare, 2010-09-14)
- SenchaLabs Connect & Express -- By Tim Caswell (slideshare, 2010-09-20)
- Real Time Web with Node -- By Tim Caswell (slideshare, 2010-06-05)
- Node Powered Mobile -- By Tim Caswell (slideshare, 2010-06-05)
- معرفی Node -- by Morteza Milani
- Move the Brush (returns 404) -- by Gershon Bialer
- Node.js Package Manager by Isaac Z. Schlueter