websockets

From IndieWeb

Websocket is a full-duplex single socket connection over which messages can be sent between client and server. Websocket is designed to be used instead of Comet, Ajax or other long-polling techniques.

See Also