CrowCpp / Crow

A Fast and Easy to use microframework for the web.
https://crowcpp.org
Other
3.31k stars 365 forks source link

Sending an eventstream #868

Closed niansa closed 3 months ago

niansa commented 3 months ago

It looks like Crow is only able to send the whole response in one blob of data, however is there a way to send an eventstream/"server sent events"?

gittiver commented 3 months ago

This is currently not possible. the response may be splitted on sending internally but this is based on size of response and hidden inside the code.