Emil Kantis
11/04/2021, 8:17 AMnfrankel
11/04/2021, 8:28 AMdave08
11/04/2021, 1:33 PMnfrankel
11/04/2021, 2:02 PMantonarhipov
11/04/2021, 2:24 PMRichard Gomez
11/04/2021, 3:54 PM<http://Dispatchers.IO|Dispatchers.IO>
context.)dave08
11/04/2021, 4:01 PMRichard Gomez
11/04/2021, 4:31 PMKtor is built with non-blocking in mind @Richard Gomez... you can run coroutines straight in the routes themselves like in Vertx.@dave08: I meant to say that Vert.x is similar to Ktor, not that Ktor isn't non-blocking. The benefit of the "ecosystem" that I mentioned is that it also provides non-blocking IO, database drivers, messaging clients, etc., whereas with Ktor you'd need to choose libraries yourself, like Anton mentioned. However, Vert.x isn't a humongous framework. It's a toolkit that happens to include an HTTP server. There are probably people using Vert.x's non-blocking database drivers in a Ktor project.
dave08
11/04/2021, 4:36 PMEmil Kantis
11/04/2021, 5:02 PMEmil Kantis
11/04/2021, 5:04 PMRichard Gomez
11/04/2021, 5:09 PMLuiz Aguiar
11/05/2021, 11:17 PM