Web Sockets

Allows low-latency bi-directional communication. Low-latency server-to-client can be accomplished with long-held connections, but client-to-server require establishing new connections each time.

The connection must be kept alive on the server somehow.

Last updated