1. Netty https://medium.com/geekculture/a-tour-of-netty-5020ecee5494

    1. Event loop

    2. NIO

    3. Zero copy

  2. Reactor https://projectreactor.io/

  3. Netty with Reactor https://github.com/reactor/reactor-netty

  4. Coroutine https://kotlinlang.org/docs/coroutines-overview.html

  5. Coroutine with Reactor