Express.js: Difference between revisions
Appearance
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 = |
| 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 |
| genre = [[Web framework]] |
||
| website = {{URL |
| 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
Developer(s) | TJ Holowaychuk, StrongLoop and others |
---|---|
Stable release | 5.0.1[1] (8 October 2024 ) [±] |
Repository | |
Written in | JavaScript |
Operating system | Cross-platform |
Platform | Node.js |
Type | Web framework |
License | MIT License |
Website | expressjs |
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
- Netflix[8]
See also
References
- ^ "Release 5.0.1". 8 October 2024. Retrieved 21 October 2024.
- ^ "Express.js".
- ^ Case study: How & why to build a consumer app with Node.js. VentureBeat.com.
- ^ Express 1.0beta. TJ Holowaychuck.
- ^ "TJ Holowaychuk Passes Sponsorship of Express to StrongLoop". StrongLoop. Retrieved 11 February 2016.
- ^ "IBM snaps up StrongLoop to add Node.js smarts to BlueMix". Infoworld. IDG. Retrieved 11 February 2016.
- ^ "Node.js Foundation to shepherd Express Web framework". Infoworld. IDG. Retrieved 11 February 2016.
- ^ Netflix Burned by Express.js. InfoQ.