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: Novice to NinjajQuery: Novice to Ninja, 2nd Edition is the perfect book to jump-start your journey into jQuery. You’ll learn all the basics, so you’ll be able... Read More >
jQuery Cookbook: Solutions & Examples for jQuery Developers (Animal Guide)jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully re... Read More >
JavaScript: The Definitive GuideThis Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an examp... Read More >







5