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

    WebSocket: Lightweight Client-Server Communications (Repost)

    Posted By: DZ123
    WebSocket: Lightweight Client-Server Communications (Repost)

    Andrew Lombardi, "WebSocket: Lightweight Client-Server Communications"
    English | 2015 | ISBN: 1449369278 | EPUB | pages: 144 | 5.1 mb

    Until recently, creating desktop-like applications in the browser meant using inefficient Ajax or Comet technologies to communicate with the server. With this practical guide, you’ll learn how to use WebSocket, a protocol that enables the client and server to communicate with each other on a single connection simultaneously. No more asynchronous communication or long polling!
    For developers with a good grasp of JavaScript (and perhaps Node.js), author Andrew Lombardi provides useful hands-on examples throughout the book to help you get up to speed with the WebSocket API. You’ll also learn how to use WebSocket with Transport Layer Security (TLS).
    - Learn how to use WebSocket API events, messages, attributes, and methods within your client application
    - Build bi-directional chat applications on the client and server with WebSocket as the communication layer
    - Create a subprotocol over WebSocket for STOMP 1.0, the Simple Text Oriented Messaging Protocol
    - Use options for older browsers that don’t natively support WebSocket
    - Protect your WebSocket application against various attack vectors with TLS and other tools
    - Debug applications by learning aspects of the WebSocket lifecycle