Search⌘ K
AI Features

Summary

Explore how to build a minimal Node.js web server using the Express framework. Learn to manage routing and dynamic configurations, use Handlebars for template rendering, handle static files, and implement session data with a login page. This lesson prepares you for building REST APIs in the next step.

We'll cover the following...

Overview

In this chapter, we explored writing a Node application, and particularly a web application, using the Express library.

We can distill the key ...