What is MEAN ?

MEAN is a full-stack development toolkit used to develop a fast and robust web application.

MEAN is a user-friendly stack which is the ideal solution for building dynamic websites and applications. 

This free and open-source stack offers a quick and organized method for creating rapid prototypes for web-based applications. Now it stands for , - 

M = MongoDB : It is a NoSQL Database which stores "Data

" inside Collections ( Means in format of Key : Value Pair ) instead of  "Tables" in other databases like - MySQL, Oracle DB etc.

E = Express : It is a Node framework which siplifies writing server side code

A = Angular : It is a framework build upon JavaScript to handle the frontend

N = NodeJS : It  is a server-side programming language which runs on clients machine.

   

Comments