Difference between revisions of "MERN"
From CSE330 Wiki
(Created page with "'''MERN''' is a set of Open Source components that together, provide an end-to-end framework for building dynamic web applications; starting from the front-end (presentation l...") |
(No difference)
|
Revision as of 00:46, 12 December 2017
MERN is a set of Open Source components that together, provide an end-to-end framework for building dynamic web applications; starting from the front-end (presentation layer) to the back-end (data access layer). The stack is made up of:
- React
- Express.js: Back-end web application framework running on top of Node.js.
- Node.js: JavaScript runtime environment – lets you implement your application back-end in JavaScript. Recall the
- MongoDB