# kotlin-vertx-demo **Repository Path**: _madi/kotlin-vertx-demo ## Basic Information - **Project Name**: kotlin-vertx-demo - **Description**: my first Reactive Programming project which use kotlin and vertx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vertx Web Vertx Web Hello World Port :8888 ---- ### update 2016-07-26 Hot Redeploy by setting below(Intellij Idea2016): * Main Class: io.vertx.core.Launcher * Programs Arguments: run --redeploy="src/**/*.class" --launcher-class=com.tt.vertx.HelloWorlds But,You must compile your project after change your file manually.The best way is using gradle. I will use gradle in the next project. And this is the last commit about this demo. ### update 2016-07-22 Using Kotlin instead of Java