Skip to content
Tuto HTML logo
Tuto HTML (2022-10-25 16H (Europe/Paris)) Websockets_API definition
Type to start searching
Tuto HTML
  • Index
  • HTML Living Standard
  • Mozilla HTML (MDN)
  • Wikipedia HTML5
  • htmx
  • Tuto devops
  • Web APIs + Web Interfaces
  • Websockets_API
Tuto HTML
  • HTML definition
  • Web APIs + Web Interfaces
    • The dataset read-only property of the HTMLElement
    • DataTransfer Web API
    • Document API
    • Document Object Model (DOM)
    • DocumentOrShadowRoot Web API
    • Element Web API
    • Embedded content
    • Event Web API
    • EventTarget Web API
    • Fetch Web API
    • File Web API
    • FileList Web API
    • FileReader Web API
    • FormData Web Interface
    • GlobalEventHandlers Web API
    • History Web API
    • HTML_Drag_and_Drop_API
    • HTMLElement Web API
    • HTMLTableElement
    • HTMLTableRowElement Web API
    • HTMLObjectElement Web API
    • Node Web API
    • Response Web API
    • URL Web API
    • URLSearchParams Web API
    • Websockets_API
      • Websockets_API definition
        • Websockets_API definition
          • Description
        • Show Source
        • Description
      • Websockets_API examples
    • window Web API
    • XMLHttpRequest (XHR) Web API
  • HTML global attributes
  • HTML element
  • Howto
  • HTML inline elements
  • HTML tips
  • HTML Tools
  • HTML evolution
  • HTML Glossary
  • HTML5 versions => However, as a Living Standard, HTML, now , has no version
  • Meta
  • Websockets_API definition
    • Description
  • Show Source

Websockets_API definition ¶

See also

  • https://developer.mozilla.org/en-US/docs/Web/API/Websockets_API

Description ¶

See also

  • https://developer.mozilla.org/en-US/docs/Web/API/Websockets_API

The WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session between the user’s browser and a server.

With this API, you can send messages to a server and receive event-driven responses without having to poll the server for a reply.

Previous Websockets_API
Next Websockets_API examples
© Copyright 2018-2022, DevOps people Built with sphinx 5.1.1 Python 3.11.0.
Last updated on Oct 25, 2022.
Created using Sphinx 5.1.1. and Material for Sphinx