https://kotlinlang.org logo
#ktor
Title
# ktor
s

sitepodmatt

05/12/2021, 7:53 PM
Just using a simple example of
Copy code
fun main() {
    embeddedServer(Netty, port = 8080, host = "0.0.0.0") {
        configureRouting()
        configureSecurity()
    }.start(wait = false)
}
a

Aleksei Tirman [JB]

05/12/2021, 8:08 PM
Please up vote this issue if you find it important.
a

andylamax

05/13/2021, 8:22 AM
which issue?
a

Aleksei Tirman [JB]

05/13/2021, 8:37 AM
42 Views