Sponsored Links
-->

Monday, May 7, 2018

JS â€
src: www.brainvire.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. It has been called the de facto standard server framework for Node.js.

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.


Video Express.js



History

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 Node.js Foundation incubator.


Maps Express.js



See also

  • Meteor
  • Socket.IO

Node.js: A REST Web-API with Express.js and TypeScript â€
src: www.cross-platform-blog.com


References


Node.js - Express, noções básicas - YouTube
src: i.ytimg.com


External links


Source of article : Wikipedia