Getting Started with HTML5 WebSocket Programming

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Getting Started with HTML5 WebSocket Programming gives you the true power of bi-directional communication, implemented by using the brand new HTML5 WebSocket API. You’ll learn how to configure the server and clients, how to transmit different types of data and how to secure the whole system.
This book will introduce you to the WebSocket world. We start by introducing the WebSocket API, and continue with practical, real-world examples until we can determine how to build multi-functional web apps for any type of device.

Author(s): Vangos Pterneas
Publisher: Packt Publishing
Year: 2013

Language: English
Pages: 110
Tags: Библиотека;Компьютерная литература;HTML / CSS / JavaScript;HTML5 / CSS3;

Preface
Chapter 1: WebSocket – a Handshake!
Chapter 2: The WebSocket API
Chapter 3: Configuring the Server
Chapter 4: Data Transfer – Sending, Receiving, and Decoding
Chapter 5: Security
Chapter 6: Error Handling and Fallbacks
Chapter 7: Going Mobile (and Tablet, Too)
Appendix