Chapter 21. Express II - MVC and Asynchronicity

Table of Contents
21.1. References for this Lesson
21.2. Last Lesson's Assignments
21.3. MVC - Model, View, Controller Pattern
21.4. Routing With Express
21.5. Asynchronicity - Legitimization , and Some Words on Theory
21.6. Asynchronicity II
21.6.1. Asynchronicity in Readable Practice
21.6.2. Applied to a MongoDB connection and CRUD activity
21.7. Architecture of an Express Application - A Case Without Database
21.7.1. The Repo
21.7.2. The First Parts, the Routers (Controller Layer)
21.7.3. The Second Parts, Today the Views with Pug
21.7.4. The Fourth Parts, the Model Layer
21.7.5. The Fifth Parts, the (Rest of) the Controller Layer
21.8. Assignments Node VIII
21.8.1. Assignment Node VIII.0 Pre
21.8.2. Assignment Node VIII.0
21.8.3. Assignment Node VIII.1

21.1. References for this Lesson

[???]

MDN - Promise https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise

MDN - async/await https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function