Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best performing JavaScript MVC framework for mobile development [closed]

When I say mobile dev I mean both in the browser, and compiled to PhoneGap.

I'm trying to compare performance numbers JS MVC frameworks. I've googled for this, but when you say Mobile, JS, and framework all you get are links to Sencha, jQuery Mobile, Titanium, etc.

I'm specifically referring to MVC frameworks such as:

Ember
Backbone
Spine
Knockout
JavaScript MVC
Batman
Blossom
etc.

I'd love to see links which contain performance metrics for each of these in mobile browsers, as well as PhoneGap.

like image 790
commadelimited Avatar asked Mar 16 '12 16:03

commadelimited


1 Answers

Also worth a look is AngularJS. It's a complete Javascript framework, created by some Google employees, with a growing community. It's really fun to work with!

like image 83
Jehu Avatar answered Sep 20 '22 16:09

Jehu