Saturday, March 15, 2014

JavaScript Promise


Introduction
A Promise is an object that represents a one-time event, typically the outcome of an async task. Basically it starts with a pending state and eventually change to resolve or reject.
It provides an unified or standard way to handle async tasks and it decouples the logic of processing the result from the object which invokes the task.
JS Promise libraries
  • Promise
  • Q
  • When
  • rsvp.js
  • Vow
Thanks,
Bimal

Tuesday, March 11, 2014

JavaScript MVC Frameworks

JavaScript MVC Frameworks
  • Agility.js
  • AngularJS
  • Backbone.js
  • CanJS
  • Ember.js
  • Epitome
  • ExtJS
  • Kendo UI
  • Knockout
  • Maria
  • PlastronJS
  • rAppid.js
  • Sammy.js
  • Serenade.js
  • soma.js
  • Spine.js
  • SproutCore
  • Stapes.js
Thanks,
Bimal