Backbone JS

Backbone JS

Why we calls server script again and again ?
why we require or install addons for browsers ?
Why we used 3rd party add ons or controls ?
what is the best solution for all above questions ?

So, the one possibility is Backbone.Js the library that is the answer of all above questions

Backbone JS
###########################################################
Javascript Library for creating interactive User Interface, mostly used in web development, follow MVC framework to develop apps,no need for server calls ,basicly it stores data, and then using ajax it send to server,basic modules contains
1) Http request
2)Router
3)view
4) Event
5) Model
Router is a technique or way which copy the URL to reach the way ,router is required when web application provides linkable, shareable , bookmarkable Url's for important location in your app. second , backbone.js view is responsible for how and what to display and they dont contain html markup,it show the model data to the user, it tells how your model looks like,next is collections thats the combination of the models and binds events ,events plays an intermediate role between views and collections the communication between model and collection is possible through events , lastly your collection is bind with your datasource. conclusion , the way you perform your task on real time , no server calls require , just do your work instantly with security , no need to install add ons or any plugins in your browsers just open and easily used is only possible with BackBone.JS.

Research By Raja Zain
Written By Raja Zain
Reference : Wikipedia, backbonejs.org

要查看或添加评论,请登录

Zain Abbas Tahir的更多文章

社区洞察