[Solved] What is a javascript MVC framework [closed]


The MVC pattern can be used in an n-tier architecture to design the presentation tier, with the new JavaScript-based UI, the presentation tier can now be implemented exclusively in JavaScript so that’s an example of why one would need a MVC JavaScript framework.

In this article from Microsoft pattern & practices, they talk about using the MVC pattern inside the Presentation Layer of a web application.

solved What is a javascript MVC framework [closed]