AJAX JSON APIs

LP6 - Assignment Homepage

AJAX is a technology that allows web browsers to dynamically load content from the server after the page has already loaded. This data can come in many forms (and doesn't have to be HTML content; it can be images or JSON data as well).

AJAX is a powerful tool that can even be used to fully separate the backend from the frontend when creating full-stack web applications when the backend is implemented using a standard API.

If you would like to see AJAX in action, click on the navigation links.