Jump to content

Express.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Remove inappropriate external link, WP:EL
Official URL
Line 2: Line 2:
| name = Express.js
| name = Express.js
| logo = Expressjs.png
| logo = Expressjs.png
| logo size = 200px
| logo size = frameless
| caption =
| caption =
| collapsible =
| collapsible =
Line 15: Line 15:
| programming language = [[JavaScript]]
| programming language = [[JavaScript]]
| license = [[MIT License]]
| license = [[MIT License]]
| genre = [[Web application framework]]
| genre = [[Web framework]]
| website = {{URL|http://expressjs.com/}}
| website = {{Official URL}}
}}
}}
'''Express.js''' is a [[Node.js]] [[web application]] server framework, designed for building [[Single-page application|single-page]], multi-page, and hybrid web applications.<ref name="ExpressJS">{{cite web |url=http://expressjs.com |title=Express.js }}</ref> It is the de facto standard server framework for [[node.js]].<ref>[http://venturebeat.com/2012/01/07/building-consumer-apps-with-node/ Case study: How & why to build a consumer app with Node.js]. VentureBeat.com.</ref> The original author, [[TJ Holowaychuk]], described it as a [[Sinatra_(software)|Sinatra]]-inspired server,<ref>[http://tjholowaychuk.tumblr.com/post/820103177/express-1-0beta Express 1.0beta]. TJ Holowaychuck.</ref> meaning that it is relatively minimal with many features available as plugins. Express is the backend part of the [[MEAN (software bundle)|MEAN stack]], together with [[MongoDB]] database and [[AngularJS]] frontend framework.
'''Express.js''' is a [[Node.js]] [[web application]] server framework, designed for building [[Single-page application|single-page]], multi-page, and hybrid web applications.<ref name="ExpressJS">{{cite web |url=http://expressjs.com |title=Express.js }}</ref> It is the de facto standard server framework for [[node.js]].<ref>[http://venturebeat.com/2012/01/07/building-consumer-apps-with-node/ Case study: How & why to build a consumer app with Node.js]. VentureBeat.com.</ref> The original author, [[TJ Holowaychuk]], described it as a [[Sinatra_(software)|Sinatra]]-inspired server,<ref>[http://tjholowaychuk.tumblr.com/post/820103177/express-1-0beta Express 1.0beta]. TJ Holowaychuck.</ref> meaning that it is relatively minimal with many features available as plugins. Express is the backend part of the [[MEAN (software bundle)|MEAN stack]], together with [[MongoDB]] database and [[AngularJS]] frontend framework.
Line 23: Line 23:


== Usage ==
== Usage ==
Netflix<ref>[http://www.infoq.com/news/2014/12/expressjs-burned-netflix Netflix Burned by Express.js]. InfoQ.</ref>
*Netflix<ref>[http://www.infoq.com/news/2014/12/expressjs-burned-netflix Netflix Burned by Express.js]. InfoQ.</ref>


== See also ==
== See also ==

Revision as of 19:55, 16 February 2016

Express.js
Developer(s)TJ Holowaychuk, StrongLoop and others
Stable release5.0.1[1] Edit this on Wikidata (8 October 2024; 2 months ago (8 October 2024)) [±]
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.[2] It is the de facto standard server framework for node.js.[3] The original author, TJ Holowaychuk, described it as a Sinatra-inspired server,[4] 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.[5] StrongLoop was acquired by IBM in September 2015; [6] in January 2016, IBM announced that it would place Express.js under the stewardship of the Node.js Foundation incubator.[7]

Usage

See also

References

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