the backend keeps the connection open until it has something to return. once returned (http request resolves), the client opens a new request.
related
Polling, server sent events (SSE)
the backend keeps the connection open until it has something to return. once returned (http request resolves), the client opens a new request.
Polling, server sent events (SSE)