Skip to content

Instantly share code, notes, and snippets.

@vaibhavgoyal09
Created November 19, 2021 10:00
Show Gist options
  • Select an option

  • Save vaibhavgoyal09/720a99add0930eb540c52fc23ae42e0d to your computer and use it in GitHub Desktop.

Select an option

Save vaibhavgoyal09/720a99add0930eb540c52fc23ae42e0d to your computer and use it in GitHub Desktop.
fun main() {
embeddedServer(Netty, port = port, host = "0.0.0.0") {
install(CallLogging)
configureSockets()
configureRouting()
configureSerialization()
configureSession()
}.start(wait = true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment