A: SSE allows the server to push real-time updates over a single persistent HTTP connection. It’s simpler to implement than WebSockets and more efficient than frequent polling, making it ideal for use cases like live notifications or streaming JSON updates.