So the awesome thing about ktor is that it can run...
# ktor
r
So the awesome thing about ktor is that it can run on top of a number of servers including netty & jetty (async io). They’re also using coroutines pervasively for request handling so I think architecturally it’s well equipped to scale. I’ve never personally worked with Spring Boot to be honest so I’m probably not the best person to make that comparison.