diff --git a/glossary/Express.md b/glossary/Express.md new file mode 100644 index 000000000..9347eb856 --- /dev/null +++ b/glossary/Express.md @@ -0,0 +1,4 @@ +### 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.