Introduction to Express

Learn how to build Node.js applications using Express.

Overview

Express is a Node.js framework that enables us to easily build back-end applications. In this lesson, we’ll introduce Express and demonstrate the ease it provides during the building of Node.js applications.

Express provides out-of-the-box functions and methods that make it very easy to build back-end applications with Node.js. It’s a wrapper that’s used around Node.js and not a language.

Get hands-on with 1200+ tech skills courses.