Computing - Client & Server Model
AQA Computer Science 2022
HTTP versus WebSockets
What is the main limitation of HTTP communication?
The client has to request the data for it to be sent.
Why are smaller packets in the WebSocket protocol beneficial?
Because the connection can be faster.