Prev Source
Next Source

Create, Open and Run a New Ktor Project | Ktor Documentation

original source

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


Date
August 2, 2024