Hi, is it possible to stream a flow in ktor ? Coul...
# ktor
j
Hi, is it possible to stream a flow in ktor ? Couldn't find any example in docs
h
What do you want to stream? And how? Websockets?
j
i would like to publish elements in a Flow as soon as they are ready, coming from spring i remember that with webflux i had only to return a Flux from the controller and elements where available. I assume that it should be http. I mean somehow the framework should "collect" the flow in order to start streaming. Not sure if that works out of the box