Angular Interview Questions – Set 03

What is MEAN stack development?

MEAN stack is a collection of JavaScript based technologies which are used to develop web applications. MEAN stands for MongoDB, ExpressJS, AngularJS and Node.js. It provides client and server based technologies along with Database that’s why it also called Full-stack development. Here, Angular is for client-side, Node.js is a server side JavaScript execution environment and MongoDB is the database used in the application.