Sunday, June 5, 2016

What is Express.js?

What is Express.js?

Out of Fullstack JavaScript (jQuery, Angular.js, Node.js. Express.js), Express.js is a minimal and flexible web application framework for Node.js that provides a robust set of features for web and mobile applications. Express.js includes many HTTP utility methods and middleware that creating a set of API would be quick and easy.

This is Express js.
Express.js
 Express.js is known as 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.

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.


Refs:
https://en.wikipedia.org
http://www.expressjs.com






No comments:

Post a Comment