Skip to content

Instantly share code, notes, and snippets.

@vaibhavgoyal09
Created November 20, 2021 07:12
Show Gist options
  • Save vaibhavgoyal09/91dd7d9cf4802c9a5938dae9924df62d to your computer and use it in GitHub Desktop.
Save vaibhavgoyal09/91dd7d9cf4802c9a5938dae9924df62d to your computer and use it in GitHub Desktop.
val socketConnection = SocketConnection()
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