Express.js

Express.js
Developer(s) TJ Holowaychuk, StrongLoop and others
Initial release November 16, 2010 (2010-11-16)
Stable release 4.14.0 (June 16, 2016 (2016-06-16)) [±]
Repository github.com/expressjs/express
Development status Active
Written in JavaScript
Operating system Cross-platform
Platform Node.js
Type Web framework
License MIT License
Website expressjs.com

Express.js, or simply Express, is a 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.[1] It is the de facto standard server framework for Node.js.[2] The original author, TJ Holowaychuk, described it as a Sinatra-inspired server,[3] meaning that it is relatively minimal with many features available as plugins. Express is the backend part of the MEAN stack, together with MongoDB database and AngularJS frontend framework.

In June 2014, rights to manage the project were acquired by StrongLoop.[4] StrongLoop was acquired by IBM in September 2015;[5] in January 2016, IBM announced that it would place Express.js under the stewardship of the Node.js Foundation incubator.[6]

See also

References

This article is issued from Wikipedia - version of the 9/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.