It’s important to understand the difference between server-centric “AJAX” and client “pure” AJAX. In server-centric AJAX applications, even though the application leverages asynchronous calls between client and server, the server is the one that is actually responsible for generating the necessary HTML content before providing it to the client. This leads to heavy bandwidth usage, [...]
↧