mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-24 04:42:44 +00:00
2.8 KiB
2.8 KiB
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.