Comet and Reverse Ajax The Next-Generation Ajax 2.0 /
One of the most basic laws of a web application is that the client, not the server, must initiate any communication between the two. There are a number of common-use cases where, ideally, the server would like to talk to the client-dashboards and monitoring apps, chat rooms and other collaborations,...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2009.
|
Edición: | 1st ed. 2009. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- What is Comet?
- The trouble with HTTP
- Some Common Use Cases
- How to Achieve Push.-Polling
- Piggy-backing
- Comet
- Raw Sockets
- Comparison & Evaluation
- Worked Example : Magnetic Poetry.-Issues & Techniques
- The two-request limit
- Pub-sub and server architectures
- Continuations versus naive Comet
- Implementations of Comet
- Cometd & Bayeux
- Reverse Ajax in DWR
- DWR worked example.