Express.js
Sign in to saveAlso known as Expressjs, Express
Express.js, or simply Express, is a back end web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js.
Key facts
- Software.name
- Express.js
- Software.logo
- Expressjs.png
- Software.logo class
- skin-invert
- Software.author
- TJ Holowaychuk
- Software.developer
- OpenJS Foundation and others
- Software.platform
- Node.js
- Software.programming language
- JavaScript
- Software.license
- MIT License
- Software.genre
- Web framework
via Wikipedia infobox
Wikidata facts
- Official website
- expressjs.com
Show 6 more facts
- source code repository URL
- github.com/expressjs/express
- IRC channel URL
- irc://irc.freenode.net/express
- software version identifier
- 5.2.1
- social media followers
- 3705
- inception
- 2010-11-16
- Stack Exchange tag
- stackoverflow.com/tags/express
Sources (8)
via Wikidata · CC0
~2 min read
Article
7 sectionsContents
- History
- Features
- Popularity
- Example
- See also
- References
- External links
Express.js, or simply Express, is a back end web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js.
The original author, TJ Holowaychuk, described it as a Sinatra-inspired server, meaning that it is relatively minimal with many features available as plugins. Express is the back-end component of popular development stacks like the MEAN, MERN or MEVN stack, together with the MongoDB database software and a JavaScript front-end framework or library.