Difference between revisions of "Express.js"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 1: Line 1:
'''Express.js''', or simply '''Express''', is a [[web application framework]] for [[Node.js]], released as free and open-source software under the [[MIT License]].
+
'''Express.js''', or simply '''Express''', is a [[web application framework]] for [[NodeJS]], released as free and open-source software under the [[MIT License]].
  
 
== Description ==
 
== Description ==
Line 34: Line 34:
 
[[Category:Computer science]]
 
[[Category:Computer science]]
 
[[Category:Databases]]
 
[[Category:Databases]]
 +
[[Category:JavaScript]]
 +
[[Category:NodeJS]]

Revision as of 09:54, 16 September 2016

Express.js, or simply Express, is a web application framework for NodeJS, released as free and open-source software under the MIT License.

Description

Express is designed for building web applications and APIs.

It is the de facto standard server framework for NodeJS.

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 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. StrongLoop was acquired by IBM in September 2015; in January 2016, IBM announced that it would place Express.js under the stewardship of the NodeJS Foundation incubator.

See also

External links