Glossary

WebSocket

Web
also: WebSockets · WebSocket connection

A connection that stays open between a browser and a server so the two can pass messages back and forth in real time — the kind of thing behind live chat, multiplayer games, and live notifications. WebSockets need a persistent server and don't work with serverless functions.