Jump to content

Express.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 15.65.244.11 (talk) at 19:55, 16 February 2016 (Official URL). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Express.js
Developer(s)TJ Holowaychuk, StrongLoop and others
Repository
Written inJavaScript
Operating systemCross-platform
PlatformNode.js
TypeWeb framework
LicenseMIT License
Websiteexpressjs.com Edit this at Wikidata

Express.js is a Node.js web application server framework, designed for building single-page, multi-page, and hybrid web applications.[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]

Usage

See also

References

  1. ^ "Express.js".
  2. ^ Case study: How & why to build a consumer app with Node.js. VentureBeat.com.
  3. ^ Express 1.0beta. TJ Holowaychuck.
  4. ^ "TJ Holowaychuk Passes Sponsorship of Express to StrongLoop". StrongLoop. Retrieved 11 February 2016.
  5. ^ "IBM snaps up StrongLoop to add Node.js smarts to BlueMix". Infoworld. IDG. Retrieved 11 February 2016.
  6. ^ "Node.js Foundation to shepherd Express Web framework". Infoworld. IDG. Retrieved 11 February 2016.
  7. ^ Netflix Burned by Express.js. InfoQ.