What do you mean by lower latency interaction?

Technology CommunityCategory: Web SecurityWhat do you mean by lower latency interaction?
VietMX Staff asked 3 years ago

Low latency means that there is very little delay between the time you request something and the time you get a response. As it applies to webSockets, it just means that data can be sent quicker (particularly over slow links) because the connection has already been established so no extra packet roundtrips are required to establish the TCP connection.