Hi guys i have a question : why using vertx ?
# server
b
Hi guys i have a question : why using vertx ?
g
n
Vert.x's performance in the benchmarks has been very consistent.
Best Kotlin support you will find out of all the Java libs/toolkits/frameworks which support Kotlin out of the box.
Kotlin Coroutines is supported as a alternative way to do concurrency.
As a toolkit (collection of libraries) that isn't opinionated Vert.x tries to get out of a sw developer's way. This lowers the learning curve and makes it easier to troubleshoot problems.
Many big name companies have adopted Vert.x ( https://vertx.io/whos_using ).
b
Thanks, i'm starting new project on vertx
a
you can use Kovert with Vert.x as well @brabo-hi https://github.com/kohesive/kovert
👍 1