I know quite a few JavaScript MVC frameworks out there but corMVC is what makes me exited at most for a few reasons.
corMVC stands for “client-only-required” Model-View-Controller and that means it does not depend on specific server-side technology. In case you want to demo something, it would be perfect if everything can be done on client side. Of course, you can save changes or load data from server (via Model) as the general illustration below.
Not like other JavaScript MVC solutions, corMVC is very simple and has very small footprint. It also does not require you to build the application using scaffolding or any other command-line utilities.
Recommended Reading
jQuery UI 1.8: The User Interface Library for jQueryAn example-based approach leads you step-by-step through the implementation and customization of each library component and its associated resources. ... Read More >
JavaScript: The Good PartsMost programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a h... Read More >
Learning jQuery, Third EditionStep through each of the core concepts of the jQuery library, building an overall picture of its capabilities. Once you have thoroughly covered the ba... Read More >






5