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
- Instance of
- JavaScript library
- Official website
- expressjs.com
- Has use
- web framework
Show 11 more facts
- programmed in
- JavaScript
- source code repository URL
- github.com/expressjs/express
- copyright license
- MIT License
- IRC channel URL
- irc://irc.freenode.net/express
- software version identifier
- 5.2.1
- social media followers
- 3705
- software quality assurance
- continuous integration
- inception
- 2010-11-16
- operating system
- cross-platform
- Stack Exchange tag
- stackoverflow.com/tags/express
- inspired by
- Sinatra
Sources (8)
via Wikidata · CC0
~2 min read
Encyclopedic overview
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.
Excerpted from Wikipedia’s “Express.js” article, available under the CC BY-SA 4.0 licence.