Smashing Vert.x core

Kondah Mouad
Geek Culture
Published in
25 min readJul 26, 2022

--

Unless you’ve been living in a cave for the past few years, you’ve probably heard of reactive programming. There are so many frameworks out there that have become so popular such as Spring Boot (WebFlux) that handle almost everything for you, you ‘only’ get to focus on your business logic.

In this article, we explore Vert.x, not a framework, yet a very powerful toolkit for building reactive applications on the JVM. Vert.x is…

--

--