thanerian
val port = System.getenv("PORT").toOption().flatMap { it.toIntOrNull().toOption() }.getOrElse(8080)