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

232 B

title, tags
title tags
Express 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.