InterviewSolution
Saved Bookmarks
| 1. |
What’s The Mean Stack? |
|
Answer» 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. From CLIENT to SERVER to database, MEAN is full stack JavaScript. 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. From client to server to database, MEAN is full stack JavaScript. |
|