Documentation
Core
Vert.x Core
The Vert.x core APIs contain the backbone for writing Vert.x applications and low-level support for HTTP, TCP, UDP, file system, asynchronous streams and many other building blocks. It is also used by many other components of Vert.x.
ReadWeb
Web API Contract
Web API Contract supports OpenApi 3 specification for a design first approach and provides a validation framework.
ReadDatabases
Reactive
Reactive Streams
Reactive streams support so your applications can interoperate with other reactive systems such as Akka and Project Reactor.
ReadVert.x Sync
Vertx-sync allows you to deploy verticles that run using fibers. This enables you to write your verticle code in a familiar sequential style.
ReadKotlin coroutines
Kotlin coroutines for Vert.x, gives you super powers such as async/await or Go-like channels. This enables you to write your verticle code in a familiar sequential style.
ReadMicroservices
Authentication and authorization
Auth common
Common APIs for authentication and authorization for your Vert.x applications, backed by several providers.
ReadMessaging
Integration
Event bus bridges
TCP Eventbus Bridge
An event-bus bridge that lets you interact with Vert.x from any application over a simple TCP-based protocol.
ReadDevOps
Metrics using Dropwizard
Captures metrics from Vert.x core components and exposes them using Dropwizard.
ReadMetrics using Micrometer
Captures metrics from Vert.x core components and exposes them using Micrometer.
ReadDocker
These docker images, available from the DockerHub, let you run Vert.x applications in Docker containers.
ReadStack Manager
The stack manager (provided in the Vert.x distros) lets you add and remove artifacts from your stack.
ReadTesting
Vert.x Unit
A unit testing tool-kit designed to work with asynchronous code. Includes JUnit 4 support.
ReadClustering
Services
SockJS Service Proxies
Allow event bus services to be called from JavaScript (web browser or Node.js).
ReadMaven Service Factory
This lets you dynamically install and deploy services from Maven at run-time.
ReadHTTP Service Factory
This lets you dynamically install and deploy services from an HTTP server (for example Bintray) at run-time.
Read