Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Getting Started with HTML5 WebSocket Programming [Repost]

    Posted By: ChrisRedfield
    Getting Started with HTML5 WebSocket Programming [Repost]

    Vangos Pterneas - Getting Started with HTML5 WebSocket Programming
    Published: 2013-08-26 | ISBN: 1782166963 | PDF + EPUB + MOBI | 110 pages | 11 MB


    Develop and deploy your first secure and scalable real-time web application
    Overview
    Start real-time communication in your web applications
    Create a feature-rich WebSocket chat application
    Learn the step-by-step configuration of the server and clients
    In Detail
    WebSockets are capable of bi-directional, full-duplex communication over a persistent TCP connection They provide many benefits compared to the alternatives (for example, long-polling or Comet), such as lower overhead, persistent connections, and low latency. In short, it is the most technically challenging HTML5 feature to implement, but for truly interactive websites, it's a technology worth learning.
    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.
    You will learn how to configure a web client and a web server that will help you send messages to others using easy-to-use mechanisms. We will also find out how different data types, such as images and videos, can be transferred with little effort. We present additional fallback techniques and solutions for older browsers too. Finally, we will secure our clients from malicious attacks and other threats.
    What you will learn from this book
    Understand the concepts of the WebSocket API and why it is superior to the existing techniques
    Implement a WebSocket client that will connect to a remote server and transmit messages to other clients
    Configure a WebSocket server using your existing skills and knowledge
    Implement native WebSocket clients for mobile and tablet devices
    Support older browsers that do not support HTML5 WebSockets
    Approach
    Getting Started with HTML5 Websocket Programming takes a tutorial-based approach.
    Who this book is written for
    This book is for anyone who wants to build high-performance, true, real-time web applications. Being familiar with frontend web development (HTML / XHTML, JavaScript) would be ideal.