Skip to content
Code examples for the Sams Teach Yourself Node.js in 24 Hours book
JavaScript CSS CoffeeScript
Find file
Latest commit 14a58a1 @shapeshed [doc] update chapters

README.md

Code Examples for Sams Teach Yourself Node.js in 24 Hours

This repository is a series of examples to support the Sam's Teach Yourself Node.js in 24 Hours book.

The book may be purchased from Amazon.

If you find any inconsistencies or code that doesn't run as expected please open an issue.

The book contains examples written with Express 2.x. Since the book was released Express 3 has been released. The code examples here have been updated to run on Express 3 so please refer to the code examples here rather than the code in the book.

  • Part I: Getting Started
    1. Introducing Node.js
    2. Node Package Manager
    3. What Node.js Is For
    4. Callbacks
  • Part II: Basic Websites With Node.js
    1. HTTP
    2. Introducing Express
    3. More on Express
    4. Persisting data
  • Part III: Debugging, Testing and Deploying
    1. Debugging Node.js Application
    2. Testing Node.js Applications
    3. Deploying Node.js applications
  • Part IV: Intermediate Sites With Node.js
    1. Introducting Socket.IO
    2. A Socket.IO Chat Server
    3. A Streaming Twitter Client
    4. JSON APIs
  • Part V: Exploring The Node.js API
    1. The Process Module
    2. The Child Process Module
    3. The Events Module
    4. The Buffer Module
    5. The Stream Module
  • Part VI: Further Node.js Development
    1. CoffeeScript
    2. Creating Node.js Modules
    3. Creating Middleware With Connect
    4. Using Node.js With Backbone.js
Something went wrong with that request. Please try again.