Concept Flow - Server-Sent Events alternative
Client sends HTTP request
Server holds connection open
Server sends data chunks
Client receives and processes data
Connection closes or repeats
The server keeps the connection open and sends data chunks to the client as events happen, without the client needing to request repeatedly.