WebSockets Standard

E48508

The WebSockets Standard is a web technology specification that enables full-duplex, real-time communication between web browsers and servers over a single, long-lived connection.

All labels observed (9)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf IETF standard
W3C standard
communication protocol
web technology specification
aimsTo enable scalable real-time web communication
reduce overhead compared to HTTP polling
backwardsCompatibleWith existing HTTP infrastructure at handshake stage
category web communication standard
connectionInitiatedBy client
defines WebSocket API for web browsers
WebSocket protocol
linked to: WebSockets Standard
enables bidirectional communication between client and server
full-duplex communication
real-time communication
fullName WebSocket
linked to: WebSockets Standard
handshakeBasedOn HTTP
includes extensions negotiation
origin-based security model
subprotocol negotiation
isDefinedBy IETF RFC 6455
linked to: WebSockets Standard

W3C WebSocket API specification
linked to: WebSockets Standard
operatesOver single long-lived connection
relatedTo HTML5
JavaScript APIs
linked to: Web APIs
replaces repeated HTTP polling for real-time updates
standardizedBy IETF
W3C
supports binary messages
connection closing handshake
event-driven communication
low-latency messaging
message fragmentation
ping and pong control frames
text messages
supportsScheme ws
wss
upgradesFrom HTTP connection
usedIn chat applications
collaborative editing tools
financial trading applications
online gaming
real-time web applications
web browsers
web servers
uses TCP as transport protocol
usesPort 443
80
wssBasedOn TLS

How these facts were elicited

Referenced by (23)

Full triples — surface form annotated when it differs from this entity's canonical label.

WHATWG develops WebSockets Standard
Node.js supports WebSockets
linked to: WebSockets Standard
Jakarta EE includesSpecification Jakarta WebSocket
linked to: WebSockets Standard
WebSockets Standard fullName WebSocket
linked to: WebSockets Standard
WebSockets Standard defines WebSocket protocol
linked to: WebSockets Standard
WebSockets Standard isDefinedBy IETF RFC 6455
linked to: WebSockets Standard
WebSockets Standard isDefinedBy W3C WebSocket API specification
linked to: WebSockets Standard
ASGI supportsProtocol WebSocket
linked to: WebSockets Standard
Starlette supports WebSocket
linked to: WebSockets Standard
Uvicorn supportsProtocol WebSocket
linked to: WebSockets Standard
Hypercorn supportsProtocol WebSocket
linked to: WebSockets Standard
FeathersJS supportsProtocol WebSocket
linked to: WebSockets Standard
Web APIs example WebSockets API
linked to: WebSockets Standard
MQTT canUseTransport WebSocket
linked to: WebSockets Standard
Language Server Protocol supportsTransport WebSocket
linked to: WebSockets Standard
Jetty supports WebSocket
linked to: WebSockets Standard
ASP.NET SignalR supportsTechnology WebSockets
linked to: WebSockets Standard
Open Web Platform hasComponent WebSockets
linked to: WebSockets Standard
Push API notSameAs WebSockets
linked to: WebSockets Standard
W3C Web Application technologies includesStandard WebSockets
linked to: WebSockets Standard
Amazon API Gateway supportsAPIType WebSocket API
linked to: WebSockets Standard
Play Framework supports WebSockets
linked to: WebSockets Standard
Geth supportsFeature WebSocket API
linked to: WebSockets Standard