⬅︎ Back to Are WebSockets faster than AJAX? ...with latency in mind?
Ooo, I like this idea. Find out how long it takes to send and receive all the messages as a whole between both HTTP and websockets.
I mean send the requests as fast as possible and time how long it takes to receive all the responses. I wouldn't expect to see much improved latency otherwise when the network latency dominates the transfer time for the http headers.
Comment
Ooo, I like this idea. Find out how long it takes to send and receive all the messages as a whole between both HTTP and websockets.
Parent comment
I mean send the requests as fast as possible and time how long it takes to receive all the responses. I wouldn't expect to see much improved latency otherwise when the network latency dominates the transfer time for the http headers.