WebSockets is a communication protocol that keeps a persistent, two-way connection open between a client and a server over a single TCP connection, letting either side push data instantly instead of relying on repeated polling. Within Elements, it underpins the real-time features that components such as Namazu Crossfire depend on, delivering live updates, streaming events, and immediate state changes to connected clients.

