About 26,200 results
Open links in new tab
  1. WebSocket - Wikipedia

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

  2. WebSocket and Its Difference from HTTP - GeeksforGeeks

    May 5, 2026 · WebSocket keeps connections open, which can increase server resource usage. Choosing the right protocol ensures better performance and avoids unnecessary overhead. HTTP Vs …

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

  4. WebSocket API: Events, Methods & Properties

    Aug 31, 2025 · The WebSocket API is an advanced technology that enables persistent, bidirectional, full-duplex communication channels between web clients and servers. Unlike traditional HTTP …

  5. WebSocket API (WebSockets) - Web APIs | MDN - MDN Web Docs

    Mar 26, 2026 · 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 messages to a server …

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

  7. WebSocket Explained: What It Is and How It Works - Medium

    Jun 18, 2025 · What is WebSocket? WebSocket is a communication protocol that provides full-duplex (bidirectional) communication over a single, long-lived TCP connection between a client and a server.

  8. WebSocket.org — The independent WebSocket reference

    The independent, practitioner-built reference for WebSocket technology. Protocol internals, production patterns, scaling guides, and honest protocol comparisons with real code.

  9. WebSocket Complete Guide: What It Is, How It Works, and How to …

    Feb 3, 2026 · WebSocket Complete Guide: What It Is, How It Works, and How to Test It Like a Pro WebSocket enables real-time, bidirectional communication for chat apps, gaming, trading, and more. …

  10. 万字长文,一篇吃透WebSocket:概念、原理、易错常识、动手实践

    Jan 21, 2024 · 本文由作者“阿宝哥”分享,原题“你不知道的 WebSocket”,有修订和改动。 1、引言 本文将从基本概念、技术原理、常见易错常识、动手实践等多个方面入手,万字长文,带你一起全方位探 …