Beginner Web & Software Development
Q35 / 100

What is server-sent events (SSE)?

Correct! Well done.

Incorrect.

The correct answer is B) A web API enabling servers to push real-time updates to clients over a persistent HTTP connection

B

Correct Answer

A web API enabling servers to push real-time updates to clients over a persistent HTTP connection

Explanation

SSE (EventSource API) is a one-way push from server to client over HTTP. Simpler than WebSockets for read-only streams (live feeds, progress updates). WebSockets are bidirectional. Both enable real-time communication.

Progress
35/100