← Graph

WebSockets

concept 6 connections

HTTP-upgraded bi-directional protocol (HTTP/1.1, not HTTP/2). Established via an HTTP GET with an Upgrade header to which the server replies HTTP 101 Switching Protocols, after which the socket carries WebSocket frames. Used as the browser-side transport in ManageIQ's in-browser remote consoles. Protocol underlying real-time web apps such as chat. Action Cable speaks WebSockets only, which excludes a small percentage of users on very old browsers lacking WebSocket support.

category
protocol
about
WebSockets concept
Discusses WebSocket-only protocol support and its limitations.
about
WebSockets concept
WebSocket upgrade is the browser-side transport for the remote console
about
WebSockets concept
Logux builds on WebSockets for real-time bi-directional communication.
about
WebSockets concept
The question contrasts MQTT with WebSocket-based communication.
uses
WebSockets concept
Action Cable is a WebSocket-only server.
tool Logux
uses
WebSockets concept
Logux uses WebSockets for real-time data transfer between server and client.

Provenance

Read by
13 extractions