Node.js: Building an advanced MVC-like project architecture

Udemy Node.js: Building an advanced MVC-like project architecture

Register & Get access to index
RhZ8S8G.jpg


Learn how to develop a custom MVC-like Node app structure for more complex projects.

What you'll learn​

  • Architect Node application in a more modular way
  • Create a custom MVC-like structure
  • Code separation philosophy
  • Code maintainability

Requirements​

  • Basic understanding of Javascript (functions, callbacks, objects, promises, ES6+)
  • Understanding of Node or experience building backend with other programming languages

Description​

By enrolling and finishing this course you will learn more about structuring and organizing your Node application. Throughout the course, we will be building a custom MVC-like structure and adding various coding patterns along the way.
This course is aimed at students who have at least some experience with Node or have built applications with other backend languages as we are not covering any of the programming or Node-related basics.
You can pick some other Node beginner course and then come back later here to learn some more advanced architectural approaches.

Here are, summarized, some of the things you will learn throughout this course.

  1. Custom server and router class
    • You will learn how to create a custom and configurable server and router class that will bootstrap all of the code dependencies necessary to run your application.
    • We will create a schema-based routing system for easy management of app routes.

  2. Models, Controllers, Repositories, Services
    • We will start working on our MVC pattern and try to logically separate code responsibilities within our application.
    • We will take a look at how repositories and services can be utilized to outsource some of our SQL and business logic.

  3. Middleware and Validation
    • You will learn how to create middleware and limit some of your routes to only auth users.
    • We will also take a look at how to perform form validation when users are submitting data.
    • We will implement custom file parsing when users are uploading documents with form data.

  4. Sending emails
    • We will implement a custom and configurable mailer module.

  5. Scheduled functions CRON
    • We will take a look at how to create a scheduler that will execute some tasks based on predefined time intervals.

  6. Logger
    • Logging is very important for looking at the state of your running application. That is why we will create a custom logger and expose some API to get application-level logs.
  1. Implementing WebSockets
    • We will implement WebSockets into our app to facilitate real-time operations.

Who this course is for:​

  • Node developers interested in alternative MVC-like application structure
Author
TUTProfessor
Downloads
106
Views
945
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor