Hi,
Can anyone provide scenarios for use of these libraries: 'Angular.js', 'Knockout.js' and 'Backbone.js'?
Which one is a better option?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Dec 18, 2013, 7:52 AM
leena JosephPosted Oct 10, 2015, 6:08 AM
i have written about angularjs vs backbone.js. You can read this content to know about which is better?
Jaganathan BantheswaranPosted Dec 16, 2013, 6:48 AM
I am assuming that you know what the three frameworks are for.
Backbone JS
If you are not much worried about view interaction, go with this.
Angular JS
If you want to interact with view in better way with AJAX[provides ajax services], then this is for you.
Knockout JS
If you are more concerned about View Interaction withOUT AJAX[does not provide AJAX services], then go with this.
Preet SinghPosted Dec 14, 2013, 11:21 AM