w1 Flashcards
1
Q
MEAN
A
free and open source JS software stack. all written in JS- one language for front-end and back-end.
2
Q
-MongoDB -
A
NoSQL database - document-oriented with JSON-like docs and schemas
3
Q
-Express.js-
A
web app framework that runs on Node.js- organizing web apps into an MVC architecture on the server side
4
Q
-Angular-
A
JavaScript MVC frameworks that run in-browser JavaScript engines
Angular is a structural framework for dynamic web apps. It lets you use HTML as your template language and enables you to extend HTML’s syntax to
express your application’s components clearly and succinctly.
5
Q
-Node.js-
A
execution environment for event-driven server-side and networking applications
6
Q
WHY JS?
A
- very easy to learn
- free and available everywhere
- huge community and support
- for frontend and backend development
- Node.js is very popular. It has more than 664726 free packages on NPM (Node Package Manager)