aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/web-development/backend/http-frameworks/express.md
blob: a18a6578ae49a64c662861ad9557186a2fee8e98 (plain)
1
2
3
4
5
6
7
8
9
---
title: Express
description: Minimalist web framework for Node.js
weight: 2
---

Express is one of the most popular web frameworks for node. It's very easy to use and doesn't require much boilerplate code.

- Express in one video: [Video by Web Dev Simplified](https://www.youtube.com/watch?v=SccSCuHhOw0)