WS

acronym

networkingweb dev

Stands for: WebSocket

A protocol for full-duplex, persistent connections between a browser and server.

WebSocket (RFC 6455) upgrades an HTTP connection into a two-way channel that stays open, enabling real-time web apps without polling. The encrypted form is WSS.

Also known as: ws, websocket

Sources

All glossary entries