Reverse Ajax
From Wikipedia, the free encyclopedia
Reverse Ajax, shorthand for Reverse Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by providing real time information in a web page. This is meant to increase the web page's interactivity, speed, and usability.
Like DHTML, LAMP, Ajax and SPA, Reverse Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together. These technologies include:
- Ajax for handling the data on the client side in a smooth and interactive way, and passing data between server and client.
- A technology for pushing server data to a browser
Reverse Ajax is different from Ajax, as Reverse Ajax is a suite of technologies for pushing data from a server to a client. These technologies are built upon an Ajax framework.
[edit] See also
[edit] References
[edit] External links
- Articles
- Reverse Ajax
- Exploring Reverse Ajax
- Beyond Ajax
- Changing the Web Paradigm
- Comet Low Latency Data for the Browser
- Implementations