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

    Mar 26, 2026 · 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 protocol was standardized by the …

  3. WebSocket and Its Difference from HTTP - GeeksforGeeks

    May 5, 2026 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …

  4. WebSocket API: Events, Methods & Properties

    Aug 31, 2025 · Browser WebSocket API reference with code examples: constructor, onopen, onmessage, onclose, onerror, send(), close(), readyState, bufferedAmount, and binary types.

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

  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. websockets · PyPI

    Jan 10, 2026 · websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python’s standard …

  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. WebSockets explained: What they are and how they work

    3 days ago · Get a better understanding of WebSockets are, how they work, and why they're ideal for building high-performance realtime apps.

  10. What are WebSockets and Why are they Used?

    Aug 28, 2024 · Websockets are a communication protocol used to build real-time features by establishing a two-way connection between a client and a server.