server-sent-eventsJavaScriptServer Sent EventsHardHow do Server-Sent Events (EventSource) differ from WebSockets?1SSE is unidirectional (server to client) over HTTP; WebSocket is bidirectional2SSE is bidirectional; WebSocket is one-way3SSE sends binary data; WebSocket only text4They are identicalBack to list