PromptHub
Backend 31 views

WebSocket

Quick Definition

Protocol for full-duplex real-time communication over TCP

Full Definition

A protocol providing full-duplex communication channels over a single TCP connection for real-time data.

Examples

chat applications, live feeds, gaming, collaborative editing

Related Terms

http real-time server-sent-events

More Backend Terms