Files
30-seconds-of-code/glossary/Express.md
2019-08-13 11:19:29 +03:00

8 lines
232 B
Markdown

---
title: Express
tags: Express
---
Express is a backend framework, that provides a layer of fundamental web application features for Node.js.
Some of its key features are routing, middleware, template engines and error handling.