What to have in mind when building a AJAX-based webapp
Posted
by Industrial
on Stack Overflow
See other posts from Stack Overflow
or by Industrial
Published on 2010-05-11T19:34:28Z
Indexed on
2010/05/11
19:44 UTC
Read the original article
Hit count: 187
Hi everyone,
We're in the first steps of what will be a AJAX-based webapp where information and generated HTML will be sent backwards and forwards with the help of JSON/POST techniques.
We're able to get the data out quickly without putting to much load on the database with the help of a cache-layer that features memcached as well as disc-based cache. Besides that - what's essential to have in mind when designing AJAX heavy webapps?
Thanks a lot,
© Stack Overflow or respective owner