API / Web services
Difference between AJAX and REST web service.
In Ajax, the requests are sent to the server by using XMLHttpRequest objects; REST have a URL structure and a request/response pattern the revolve around the use of resources.
Ajax eliminates the interaction between the customer and server asynchronously; REST requires the interaction between the customer and server.
Ajax is a set of technology; REST is a type of software architecture and a method for users to request data or information from servers.
More Related questions...