Question 20
What is the primary advantage of using server-sent events over traditional polling?
Server-sent events support bidirectional communication.
Server-sent events can handle larger payloads.
Server-sent events reduce server load by eliminating the need for frequent polling.
Server-sent events provide lower latency compared to polling.