📝 Edit page
➕ Add page
Express
Topics
Pages
Content
Express is a Node web application framwork, which can be used for serving static assets, building APIs and integratng with middlewares.
Resources
- expressjs.com homepage.
- express package on NPM.
See also project - MichaelCurrin/express-js-rest-quickstart. Including the notes in the docs.
Install
Install Express.
$ npm install express