Mobile app version of vmapp.org
Login or Join
Lengel546

: What is the "client-side architecture model"? I am reading the recently released "Field Guide to Web Applications" (from the Google Chrome team). The book encourages the use of the "client-side

@Lengel546

Posted in: #Architecture

I am reading the recently released "Field Guide to Web Applications" (from the Google Chrome team). The book encourages the use of the "client-side architecture model", but never really defines it, as far as I can tell. What's the gist of this model?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Lengel546

1 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

code.google.com/p/google-refine/wiki/ClientSideArchitecture

Google Refine's client-side is in HTML, CSS, and Javascript and uses
jQuery and jQuery UI.


It basically means to use HTML, CSS, Javascript, jQuery, AJAX efficiently in the clients browser letting their computers take load off your server and process data faster.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme