Hey, I’m a Python programmer coming into Kotlin. H...
# vertx
j
Hey, I’m a Python programmer coming into Kotlin. How does one organize your app for vertx + Kotlin? Oh by the way, Gradle is a pain to configure especially if you use Kotlin scripting in it.
a
What are u building
j
Web API and WebSocket application.
a
Have a verticle for the api and another for websocket
Launch required amount of instances from main