JavaScript: Help me select MVC (or MV*) Framework?

https://news.ycombinator.com/item?id=6963206
by kirtijthorat • 13 years ago
2 2 13 years ago

JavaScript MVC Frameworks are a big topic nowadays. Over the last several weeks I have been in a constant search for the perfect JavaScript MVC (or more appropriate MV) framework. I am about to start a web application with Node.js on the backend. But, selecting an appropriate MV framework for structuring and organizing our JavaScript web app is a nightmare. I can't zeroed in on one as there are too many choices like Backbone, Ember, AngularJS, KnockoutJS, YUI, Dojo, etc. I have read debate on StackOverflow and Quora where Developers are in split (or spoiled by choices). It's seems very hard choice to pick a favorite and stick with it.

The only JavaScript "framework" (whoever said it? May be they mean to say "non-MVC" framework) or more appropriately "toolkit" (as it doesn't impose any particular structure on the application) that I have used so far is "jQuery" for DOM manipulation. I would like to use the MVC framework that will extend my existing knowledge which deviates from classic Javascript UI development and can use any of jQuery’s powerful features which we all know and love.

How do you decide on which MVC to use in a ocean of so many options? Please share your thoughts.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com