Fork me on GitHub
Express 2.x IS NO LONGER MAINTAINED

Known and unknown security and performance issues in 2.x have not been addressed since the last update (29 June, 2012). It is highly recommended to upgrade to Express 3.x or to Express 4.x.

High performance, high class web development for Node.js

Introduction

This introduction screencast covers the basics of Express, and how to get started with your first application.

View Partials

In this screencast we work with partials to display a collection of users using the Jade template engine, and learn about view path resolution.

Route Specific Middleware

In the screencast below we learn about the benefits of route-specific middleware.

Route Param Preconditions

Learn about route parameter (/user/:id) pre-conditions, providing automated validation, and loading of data via the named route param segments.