pmamatsis has asked for the wisdom of the Perl Monks concerning the following question:
Hello everyone, i am using Mojolicious web framework for a project at work and there is a special case for which i want to execute code in the controller side and gradually send data to the rendered template. Is it doable? Please be patient with me i am still trying to learn it. :)
What kind of data do you want to send gradually? Do you want to throttle outbound traffic? Or do you want to send "interactive" data continously? See Mojolicious::Guides::Cookbook on "Eventsource" for the latter. If you want to just throttle outbound traffic, I would do that on the IP layer of the server network connection.