About 60,800 results
Open links in new tab
  1. The WebSocket API (WebSockets) - Web APIs | MDN

    Dec 15, 2025 · The WebSocket API (WebSockets) Note: This feature is available in Web Workers. The WebSocket API makes it possible to open a two-way interactive communication session between the …

  2. WebSocket - Wikipedia

    WebSocket is a computer communications protocol, providing a bidirectional communication channel over a single Transmission Control Protocol (TCP) connection. The WebSocket protocol was …

  3. WebSocket and Its Difference from HTTP - GeeksforGeeks

    Aug 8, 2025 · TradingView – Real-time stock, crypto, and forex price updates. Uber – Live driver location and ride status updates. Online multiplayer games – Many browser-based games use …

  4. The Websocket Protocol | WebSocket.org

    Sep 2, 2024 · You’ll find out how to establish a WebSocket connection and exchange messages, what kind of data can be sent over WebSockets, what types of extensions and subprotocols you can use …

  5. How Do WebSockets Work? | Postman Blog

    Jan 5, 2026 · Learn how WebSockets work through persistent connections that enable real-time, bidirectional communication between clients and servers with minimal overhead.

  6. What are WebSockets? | Web Security Academy - PortSwigger

    What are WebSockets? WebSockets are a bi-directional, full duplex communications protocol initiated over HTTP. They are commonly used in modern web applications for streaming data and other …

  7. WebSockets explained: What they are and how they work

    Apr 30, 2025 · But what are WebSockets, how do they work, and are they right for your application at scale? In this guide we’ll break down what WebSockets are, how they work, test their performance …

  8. WebSockets Standard

    Aug 12, 2025 · To obtain a WebSocket connection, given a url, run these steps: Let host be url ’s host. Let port be url ’s port. Let resource name be U+002F (/), followed by the strings in url ’s path …

  9. WebSocket - Web APIs | MDN

    Sep 25, 2024 · The WebSocket object provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection. To construct a …

  10. How to Implement WebSocket Basics: A Beginner's Guide

    Mar 21, 2025 · Learn to implement WebSocket basics with this hands-on tutorial. Perfect for beginners, covering everything needed to get started with WebSockets.