I am new to javascript and trying to figure out a good JS MVC framework to use
I am trying to figure out how to compare and contrast the Javascript MVC frameworks that have been famous recently in the year 2011. I am trying to pick one for my application. My main aim is to pick one so that i can build a solid and well maintainable Js code, easy UI refresh, lesser manual DOM manipulation, faster UI refresh using ajax call to REST services etc..
I am weighing on ember.js, Backbone.js, Knockout.js and Spine.js .. backbone and spine claim as MVC and knockout.js as MVVM. How are they different? is there any other frameworks to be noted?
thanks a lot