Reverse Ajax refers to an Ajax design pattern that uses long-lived HTTP connections to enable low-latency communication between a web server and a browser. Basically it is a way of sending data from client to server and a mechanism for pushing server data back to the browser.
| Property | Value |
| p:abstract
| - Reverse Ajax refers to an Ajax design pattern that uses long-lived HTTP connections to enable low-latency communication between a web server and a browser. Basically it is a way of sending data from client to server and a mechanism for pushing server data back to the browser.
This server–client communication takes one of two forms:
* Client polling, the client repetitively queries (polls) the server and waits for an answer.
* Server pushing, a connection between a server and client is kept open, the server sends data when available.
Reverse Ajax describes the implementation of any of these models, including a combination of both. The design pattern is also known as Ajax Push, Full Duplex Ajax and Streaming Ajax. (en)
|
| p:date
| - 2008-06-01 00:00:00.000000 (xsd:date)
|
| p:hasPhotoCollection
| |
| p:reference
| |
| p:wikiPageUsesTemplate
| |
| rdf:type
| |
| rdfs:comment
| - Reverse Ajax refers to an Ajax design pattern that uses long-lived HTTP connections to enable low-latency communication between a web server and a browser. Basically it is a way of sending data from client to server and a mechanism for pushing server data back to the browser. (en)
|
| rdfs:label
| |
| skos:subject
| |
| foaf:page
| |
| p:redirect
| |
| owl:sameAs
| |