Advantages of client-side web applications -


what advantages (if any) of client-side web application, uses example javascript , backend in form of restful web services, on traditional server-side application developed java servlets , jsps, instance?

note: don't need long response, outline of couple of ideas...

clientside more responsive , looks better, due absence of full page reloads.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -