Client Side Web App Development -


i wanting develop app totally client side. main issue that,

is database interaction possible ?

so, final answer no!

client-side scripting, designed manipulate , display content, returned server.

use of client-side scripts(eg; javascript) decrease bandwidth usage, not interact database.

by definition if site/app totally client side (no server side code @ all) no, no interaction server (and therefore database) possible.

from can see, want site interaction client side (possibly single screen no refreshes?). if so, answer yes. can write jquery/javascript fire off server side pages take data client side , interact database.

  1. pages can written in html css & javascript/jquery [all client side]
  2. the javascript/jquery calls server side scripts/pages interact db [all server side]
  3. the results step 2 returned javascript/jquery , integrated page.

does make sense ?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -