JavaScript MVC is a general purpose web application framework useful for:
With JavaScript MVC, you:
Encourage production of reusable services.
Services are typically added as an afterthought. JavaScript MVC makes them an essential part of development. Create powerful user interfaces.
Simultaneous access to data and the DOM makes building rich interfaces a snap. Increase performance and responsiveness.
Exploit parallelism by making millions of browsers do your server’s old work. Use the client side database for easy caching.
Organize development.
Tired of spaghetti code? JavaScript MVC supports a full stack Model-View-Controller design pattern.
More goodness: