Question 18
Which of the following is/are true about Server-Sent Events (SSE)?
SSE connections are established using HTTP.
SSE supports bidirectional communication between client and server.
SSE automatically switches to web socket if the connection is successful.
SSE is suitable for sending updates to multiple clients simultaneously.