MERN
From CSE330 Wiki
Jump to navigationJump to search
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