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

    Feb 9, 2025 · With this API, you can send messages to a server and receive responses without having to poll the server for a reply. The WebSocket API provides two alternative mechanisms …

  2. What is web socket and how it is different from the HTTP?

    Apr 4, 2025 · WebSocket is a bidirectional communication protocol that can send the data from the client to the server or from the server to the client by reusing the established connection …

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

  4. websockets 15.0.1 documentation

    websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. It supports several network I/O and …

  5. Introducing WebSockets - Bringing Sockets to the Web

    Oct 20, 2012 · Think multiplayer first person shooter games in the browser or any other online game with a realtime component. The WebSocket specification defines an API establishing …

  6. WebSockets explained: What they are and how they work - Ably …

    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 …

  7. WebSockets Tutorial - Online Tutorials Library

    WebSockets Tutorial - Learn about WebSockets, a powerful technology for real-time communication in web applications. Understand its benefits, how it works, and implementation …

  8. WebSocket API | WebSocket.org

    The WebSocket API is an advanced technology that makes it possible to open a persistent two-way, full-duplex communication channel between a web client and a server. With this API, you …

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

  10. How Do Websockets Work? | Kevin Sookocheff

    Apr 4, 2019 · A WebSocket is a persistent connection between a client and server. WebSockets provide a bidirectional, full-duplex communications channel that operates over HTTP through a …

  11. Some results have been removed