Web Sockets
Last updated
Was this helpful?
Last updated
Was this helpful?
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.