2022-04-19

What are the technical differences between each Ktor engine? [closed]

Ktor server offers four different engines: Netty, Jetty, Tomcat and CIO. As I understand it, Jetty and Tomcat engines should be used when Ktor is executing inside these application servers. Both Netty and CIO engines allow the creation of an stand-alone application in JVM.

I have not been able to find further information with guidance or recommendations on which to use in each case and the technical advantages and disadvantages of each, in order to make an informed decision on which to pick.

Which are the technical differences between each engine? My target platform is JVM.



No comments:

Post a Comment