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

    Dec 15, 2025 · The WebSocket API 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 …

  2. WebSocket - Wikipedia

    The WebSocket protocol enables full-duplex interaction between a web browser (or other client application) and a web server with lower overhead than half-duplex alternatives such as HTTP …

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

    Apr 30, 2025 · In this guide we’ll break down what WebSockets are, how they work, test their performance and help you decide if they are right for your realtime architecture.

  4. WebSocket and Its Difference from HTTP - GeeksforGeeks

    Aug 8, 2025 · Unlike HTTP’s request-response model, WebSockets allow real-time data exchange without repeated requests. Once established, the connection stays open until …

  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. 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 …

  7. 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 …

  8. 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.

  9. Simple, secure & standards compliant web server for the most ... - GitHub

    Designed around a convenient URL router with wildcard & parameter support - paired with efficient pub/sub features for WebSockets. µWebSockets should be the obvious, complete …

  10. WebSocket - The Modern JavaScript Tutorial

    Oct 14, 2022 · The WebSocket protocol, described in the specification RFC 6455, provides a way to exchange data between browser and server via a persistent connection. The data can be …