Glossary
WebSocket
Meaning and details
One upgraded connection lets server and client push messages anytime: the substrate of chat, live dashboards and multiplayer. Alternatives: Server-Sent Events for one-way streams, WebTransport for the modern web.
WebSocket meaning
A persistent, bidirectional channel over HTTP.
What is WebSocket?
One upgraded connection lets server and client push messages anytime: the substrate of chat, live dashboards and multiplayer. Alternatives: Server-Sent Events for one-way streams, WebTransport for the modern web.