10 Great JavaScript MVC Frameworks That Are Worth Checking Out
The number of web apps that are being created has been grown rapidly since the early 2000′s and more importantly so has the sheer complexity of them especially on the front end. Today’s post features 10 JavaScript MVC frameworks that aims to help you simplify your front end application development.
1. Backbone.js

Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.