What is mean stack ?

The term MEAN stack refers to a collection of JavaScript based technologies used to develop web applications.
MEAN is an acronym for MongoDB, ExpressJS, AngularJS and Node.js. MEAN is a full stack JavaScript from client to server to database

MEAN Stands for :

M for MONGODB :-
MongoDB is the leading NoSQL database, empowering businesses to be more agile and scalable.

E for EXPRESS :-
Express is a minimal and flexible node.js web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications.

A for ANGULAR :-
AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

N for NODEJS :-
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.




Comments

Popular posts from this blog

What is MQTT protocol & its use

What the hack is Call, bind & apply

What is Provider in Angular Js?