Just using a simple example of ``` fun main() { ...
# ktor
s
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
Please up vote this issue if you find it important.
a
which issue?
a