MVC (Modal View Control) is a design pattern concept that separate the view(UI), modal(data) and control(logic) . Routing refers to how an application that runs on node.js to response to multiple url request from the client this requires us to use express framework. Overall, our project already structure after the MVC and we already use express framework.
MVC (Modal View Control) is a design pattern concept that separate the view(UI), modal(data) and control(logic) . Routing refers to how an application that runs on node.js to response to multiple url request from the client this requires us to use express framework. Overall, our project already structure after the MVC and we already use express framework.