The Definitive Guide to HTML5 WebSocket (Paperback)

Vanessa Wang

  • 出版商: Apress
  • 出版日期: 2013-02-13
  • 售價: $2,780
  • 貴賓價: 9.5$2,641
  • 語言: 英文
  • 頁數: 212
  • 裝訂: Paperback
  • ISBN: 1430247401
  • ISBN-13: 9781430247401
  • 相關分類: HTML
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

The Definitive Guide to HTML5 WebSocket is the ultimate insider’s WebSocket resource. This revolutionary new web technology enables you to harness the power of true real-time connectivity and build responsive, modern web applications.  

This book contains everything web developers and architects need to know about WebSocket. It discusses how WebSocket-based architectures provide a dramatic reduction in unnecessary network overhead and latency compared to older HTTP (Ajax) architectures, how to layer widely used protocols such as XMPP and STOMP on top of WebSocket, and how to secure WebSocket connections and deploy WebSocket-based applications to the enterprise. Build real-time web applications with HTML5.  

This book:

  • Introduces you to the WebSocket API and protocol
  • Describes and provides real-world examples of protocol communication over WebSocket
  • Explains WebSocket security and enterprise deployment

What you’ll learn

  • Understand the WebSocket API and Protocol
  • Build Instant Messaging and Chat Applications over WebSocket with XMPP (Extensible Messaging and Presence Protocol)
  • Implement a Publish/Subscribe Messaging Protocol over WebSocket with STOMP (Simple Text Oriented Messaging Protocol)
  • VNC with the Remote Framebuffer Protocol
  • Learn WebSocket Security Deployment Considerations for an Enterprise WebSocket Architecture

Who this book is for

The Definitive Guide to HTML5 WebSocket is for web developers and architects who want to build cutting-edge web applications with WebSocket. It is also designed for anyone who wants to implement a flexible and scalable architecture with built-in real-time connectivity and communication.

Table of Contents

  1. Introduction to HTML5 WebSocket 
  2. The WebSocket API 
  3. The WebSocket Protocol 
  4. Building Instant Messaging and Chat over WebSocket with XMPP 
  5. Using Messaging over WebSocket with STOMP
  6. VNC with the Remote Framebuffer Protocol 
  7. WebSocket Security 
  8. Deployment Considerations
  9. Appendix A: Inspecting WebSocket Traffic 
  10. Appendix B: WebSocket Resources