About 6,890 results
Open links in new tab
  1. What is WebSocket? How it works, performance, and use cases …

    Apr 30, 2025 · WebSocket is a network protocol that provides full-duplex communication over a single, persistent TCP connection. Unlike HTTP which follows a request-response model, …

  2. Chapter 3: The WebSocket API provides details about the constituent components of the WebSocket API — its events, methods, and properties, alongside usage examples for each of …

  3. What are WebSockets used for? - Ably Realtime

    Apr 25, 2023 · In a nutshell, WebSocket is a realtime web technology that enables bidirectional, full-duplex communication between client and server over a persistent connection. The …

  4. WebSockets vs HTTP: Which to choose for your project in 2024

    Sep 26, 2024 · When you make a WebSocket connection, WebSockets make a HTTP request to a WebSocket server to ask, “Hey! Do you support WebSockets?” If the server responds “Yes”, …

  5. Pros and cons of WebSockets - the complete guide - Ably Realtime

    Apr 25, 2023 · WebSocket provides a full-duplex, bidirectional communication channel. This means that the server can send messages to the client, and both can send low-latency …

  6. WebSocket alternatives: Comparing realtime protocols

    May 1, 2025 · In this scenario, WebSocket complements WebRTC, and is frequently used as a signalling mechanism for WebRTC peers. Another example: due to its lightweight design, …

  7. SignalR vs. WebSocket: Key differences and which to use - Ably …

    Sep 4, 2024 · The WebSocket protocol is well-defined and implemented by most modern web browsers and servers. As a result, they are compatible with almost every technology stack. …

  8. WebSocket security: How to prevent 9 common vulnerabilities

    Sep 26, 2024 · Always use the WebSocket Secure (wss) protocol instead of WebSocket (ws) to ensure data exchanged between the client and server is encrypted using SSL (TLS), making it …

  9. obs-websocket - Remote-control OBS Studio using WebSockets

    Nov 19, 2016 · Only download obs-websocket from here if you are running OBS v27. For v28 and above, obs-websocket is included with OBS Studio. A WebSocket RPC API for OBS Studio. …

  10. The history of WebSockets - an evolution of HTTP-based techniques

    Apr 25, 2023 · Nowadays there are numerous WebSocket libraries and frameworks available in every programming language. Most of them are built on top of the raw WebSocket protocol, …