Meet Node.js – PeepCode Screencast (JavaScript & AJAX)

by Geoffrey Grosenbach

NOTE : The code download has been updated for the latest Node 0.4 release.

The Web has seen at least four major advancements in browser technology, about once every five years. Ajax has been around for five years, and we’re at the next jump: persistent connections between server and client.

Node.js makes it easy to write asynchronous, event-driven applications that serve static, dynamic, and persistent data to clients while using a minimum amount of RAM and CPU time. While other programming environments can accomplish similar things, Node has been built from the ground up to make this kind of programming painless.

In this 70-minute screencast, you’ll learn to install, use, and understand Node by building a real-time geographical tracking system (live demo). In Part I we start with simple servers, static requests, and dynamically-generated content. Part II (coming soon) will explore persistent connections and client-side scripting.

You’ll learn to:

Install Node.js (including the latest 0.4.0)
Create a basic HTTP server
Use built-in and third-party code
Organize your code into CommonJS modules
Understand and catch errors
Build dynamic responses at various URL paths
Setup a development environment
Configure and use a Websocket server library
Write a browser client
Publish and subscribe to messages between browser and client

Most Node documentation on the web or in print is sparse or outdated. Blast forward into productive development and save yourself hours of time by watching this screencast!

Includes a typed transcript.

SKILLS

Assumes basic knowledge of JavaScript, but also teaches you about code organization and JavaScript objects.

Node.js runs only on Mac OS X , Linux, and other Unix-based systems (Windows is not currently supported).

Revision 3 · Updated: Feb 11, 2011 · Length: 40 min · 156 MB

Testimonials

“Is always blown away by the quality of @peepcode’s screencasts. The Node one is great so far.”

Cameron Barrie

“Watched the Node.js PeepCode episode today. Great intro! Recommended!”

Gustaf Nilsson Kotte

“Just got around to watching the Node screencast—excellent work.”

James Coglan, author of the Faye WebSocket library

“Checked out the @peepcode Node.js screencast last night, looks very straight-forward. Can’t wait to give it a go.”

Ryan Townsend

“The @peepcode screencast on Node.js is awesome!”

Martin Aatmaa

“The Meet Node.js screencast is awesome, and saved me a lot of time.”

Marcos Oliveira

Download Meet Node.js – PeepCode Screencast (JavaScript & AJAX)

Leave a Reply

Your email address will not be published. Required fields are marked *