Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 394 Bytes

EXPRESS.md

File metadata and controls

3 lines (2 loc) · 394 Bytes

Express

Express is a fast, un-opinionated, minimalist web framework for Node.js. Express provides a thin layer of fundamental web application features, without obscuring Node.js features that developers already know and like. The myriad of HTTP utility methods and middleware provided by Express makes creating a robust API quick and easy.