InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by MEAN Stack? |
|
Answer» MEAN stands for MongoDB, ExpressJS, AngularJS, and Node.js. It is a COLLECTION of JAVASCRIPT-based technologies for developing web APPLICATIONS. Despite being a stack of different technologies, all of them are based on the JavaScript language. It is an ideal solution for BUILDING dynamic websites and applications as it is a very user-friendly stack. With this free and open-source stack, you can QUICKLY and easily build web-based prototypes. |
|