createServer
fun createServer(args: Array<String>): EmbeddedServer<NettyApplicationEngine, NettyApplicationEngine.Configuration>
Creates an instance of the embedded Netty server without starting it.
Return
An instance of EmbeddedServer with the specified configuration.
Parameters
args
Command line arguments for configuring the server.