Skip to content

Commit

Permalink
Update docs/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clement Escoffier <[email protected]>
  • Loading branch information
jponge and cescoffier authored Jun 9, 2021
1 parent 08c86e9 commit 686beac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview

[Eclipse Vert.x](https://vertx.io/) is a popular toolkit for writing reactive applications on the JVM.
[Eclipse Vert.x](https://vertx.io/) is the leading toolkit for writing reactive applications on the JVM.

While the Vert.x core APIs expose asynchronous programming through _callbacks_ and _promise / future_, code generators offer bindings to other asynchronous programming models, including: [Kotlin coroutines](https://github.com/vert-x3/vertx-lang-kotlin/tree/master/vertx-lang-kotlin-coroutines), and [RxJava 1, 2 and 3](https://github.com/vert-x3/vertx-rx).

Expand Down

0 comments on commit 686beac

Please sign in to comment.