Javascript frameworks: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "I started a separate page to collect this information in one place. Angular Backbone Ember JQuery Knockout"
 
Brian Wilson (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
I started a separate page to collect this information in one place.
I started a separate page to collect this information in one place. See also: [[HTML5, CSS and Javascript]] and [[PHP frameworks]].


Angular
Angular.js - MVC like javascript framework.


Backbone
Backbone
Line 9: Line 9:
JQuery
JQuery


Knockout
Knockout - based on MVVM. It is lightweight. Focus is on data binding.
 
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. "
 
Comparison of Angular and JQuery http://stackoverflow.com/questions/14994391/thinking-in-angularjs-if-i-have-a-jquery-background

Latest revision as of 17:50, 4 April 2015

I started a separate page to collect this information in one place. See also: HTML5, CSS and Javascript and PHP frameworks.

Angular.js - MVC like javascript framework.

Backbone

Ember

JQuery

Knockout - based on MVVM. It is lightweight. Focus is on data binding.

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. "

Comparison of Angular and JQuery http://stackoverflow.com/questions/14994391/thinking-in-angularjs-if-i-have-a-jquery-background