DaysFan
Microservice Integrator
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
400 XP
Ajax is short for Asynchronous JavaScript and XML,
which refers to a set of web development techniques rather than an actual programming language.
Ajax however, is widely used in client side programming
(e.g. JavaScript) to allow for data to be sent and received to and from a database / server.
AJAX allows web pages to be updated asynchronously by exchanging
data with a web server behind the scenes.
This means that it is possible to update parts of a web page, without reloading the whole page.
AJAX is a set of (typically) client-sided web development techniques,
while REST is an architecture style for sending and handling HTTP requests.
So you can use AJAX to send RESTful requests. A REST API is typically not implemented using AJAX, but can be accessed by an AJAX client
which refers to a set of web development techniques rather than an actual programming language.
Ajax however, is widely used in client side programming
(e.g. JavaScript) to allow for data to be sent and received to and from a database / server.
You must upgrade your account or reply in the thread to view hidden text.
data with a web server behind the scenes.
This means that it is possible to update parts of a web page, without reloading the whole page.
AJAX is a set of (typically) client-sided web development techniques,
while REST is an architecture style for sending and handling HTTP requests.
So you can use AJAX to send RESTful requests. A REST API is typically not implemented using AJAX, but can be accessed by an AJAX client