posted 3 years ago
Spring WebFlux like Spring MVC is more of an abstraction over different implementations like Netty, Undertow and it allows to use Project Reactor or RxJava. So it provides a unified approach, where Vert.x has its own implementation of everything.