mod

Andrew.


Node.js in Practice

Alex Young and Marc Harter. Foreword By Ben Noordhuis

Node.js in Practice is a collection of fully tested examples that offer solutions to the common and not-so-common issues you face when you roll out Node. You'll dig into important topics like the ins and outs of event-based programming, how and why to use closures, how to structure applications to take advantage of end-to-end JavaScript apps, and more.

Read more.

Node.js in Action

Mike Cantelon, Marc Harter, T.J. Holowaychuk, and Nathan Rajlich. Foreword by Isaac Z. Schlueter

Node.js in Action is an example-driven tutorial that starts at square one and guides you through all the features, techniques, and concepts you'll need to build production-quality Node applications. You'll start by learning how to set up your Node development environment, including loading the community-created extensions. Next, you'll run several simple demonstration programs where you'll learn the basics of a few common types of Node applications. Then you'll dive into asynchronous programming, a model Node leverages to lessen application bottlenecks.

Read more.