Create, Open and Run a New Ktor Project | Ktor Documentation
Here, have some highlights:
Highlights
embeddedServer ( Netty, port = 9292 , host = “0.0.0.0” , module = Application::module ) . start (wait = true )
Process finished with exit code 0
Here, have some highlights:
embeddedServer ( Netty, port = 9292 , host = “0.0.0.0” , module = Application::module ) . start (wait = true )
Process finished with exit code 0