Cantitate/Preț
Produs

Data Push Apps Using HTML5 SSE

Autor Darren Cook
en Limba Engleză Paperback – 3 apr 2014
Make sure your website or web application users get content updates right now with minimal latency. This concise guide shows you how to push new data from the server to clients with HTML5 Server-Sent Events (SSE), an exceptional technology that doesn't require constant polling or user interaction. You'll learn how to build a real-world SSE application from start to finish that solves a demanding domain problem.
You'll also discover how to increase that application's desktop and mobile browser support from 60% to 99%, using different fallback solutions. If you're familiar with HTML, HTTP, and basic JavaScript, you're ready to get started.
  • Determine whether SSE, WebSockets, or data pull is best for your organization
  • Develop a working SSE application complete with backend and frontend solutions
  • Address error handling, system recovery, and other issues to make the application production-quality
  • Explore two fallback solutions for browsers that don't support SSE
  • Tackle security issues, including authorization and disallowed origin
  • Develop realistic, repeatable data that's useful in test-driven SSE design
  • Learn SSE protocol elements not covered in the example application
Citește tot Restrânge

Preț: 16761 lei

Preț vechi: 20952 lei
-20% Nou

Puncte Express: 251

Preț estimativ în valută:
3208 3384$ 2673£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449371937
ISBN-10: 1449371930
Pagini: 222
Ilustrații: black & white illustrations
Dimensiuni: 178 x 235 x 21 mm
Greutate: 0.36 kg
Editura: O'Reilly

Notă biografică


Descriere

Make sure your website or web application users get content updates right now with minimal latency. This concise guide shows you how to push new data from the server to clients with HTML5 Server-Sent Events (SSE), an exceptional technology that doesn't require constant polling or user interaction.