Files
30-seconds-of-code/glossary/Express.md
Angelos Chalaris afc7447df1 Add Express
2018-08-17 11:06:03 +03:00

5 lines
207 B
Markdown

### 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.