CommentMar 25, 2016
Hi, Taylor. Would like to know, is there any ideas about creating some chunked responses from backend to front like it's in Play framework? Basically allowing serve data as soon as possible for a user without waiting for all functions to finish. P.S. Yes, there are solutions do it from a front end and request chunks from there, however, I'm just curious if in laravel plans is something like that as it's in PlayFramework. Reference: https://www.playframework.com/documentation/2.4.2/JavaStream#Chunked-responses