MERN

From CSE330 Wiki
Revision as of 05:46, 12 December 2017 by Yiming (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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