what's the fastest, most efficient way to write big string responses with ktor server netty engine (>200MB)?
b
Big Chungus
10/10/2019, 4:45 PM
If it can be splitted into parts that can be fetched, build or constructed individually, I'd use channel response. This way you can start responding while still building the response