vert-x3/vertx-awesome
Awesome Vert.x 
Awesome Vert.x is a list of awesome frameworks, libraries or other components related to Vert.xstars13k.
If you want your component to appear here, send a pull request to this repository to add it.
Please note that we can't vouch for the stability or production-worthiness of everything on this list unless it has
the icon
next to it. This icon means the component is part of the official
Vert.x stack.
Contents
- Books
- Build tools
- Web Frameworks
- Authentication Authorisation
- Database Clients
- Integration
- Middleware
- Language Support
- Reactive
- Sync Thread Non Block
- Vert.x Event Bus Clients
- Vert.x Event Bus Extensions
- Cluster Managers
- Cloud Support
- Docker
- Microservices
- Search Engines
- Template Engines
- Service Factory
- Config
- Dependency Injection
- Testing
- Development Tools
- Miscellaneous
- Distribution
- Examples
- Deployment
- Utilities
- Front-End
Books
- Building Reactive Microservices in Java by Clément Escoffier
- Vert.x in Action by Julien Ponge
Build tools
- Vert.x Maven pluginstars65
- Vert.x Gradle plugin
- Vert.x Codegen Gradle pluginstars9 - A Gradle plugin to facilitate the codegen usage for Vert.x Java projects.
Web Frameworks
- Vert.x Webstars973
- Full featured web toolkit for Vert.x.
- Vert.x Jerseystars152 - Create JAX-RS Jersey resources in Vert.x.
- Kovertstars150 - Invisible REST framework for Kotlin + Vert.x Web.
- Handlersstars10 - Open web framework for Vert.x.
- QBitstars706 - REST and WebSocket method call marshaling and reactive library.
- vertx-rest-storagestars18 - Persistence for REST resources in the filesystem or a redis database.
- Jubileestars327 - A rack compatible Ruby HTTP server built on Vert.x 3.
- Knot.xstars123 - Efficient & high-performance integration platform for modern websites built on Vert.x 3.
- Irkedstars29 - Annotations-based configuration for Vert.x 3 Web and controller framework.
- REST.VertXstars137 - Lightweight JAX-RS (RestEasy) like annotation processor for Vert.x verticals.
- Atmosphere Vert.xstars41 - Realtime Client Server Framework for the JVM, supporting WebSockets and Server Sent Events with Cross-Browser Fallbacks.
- Vert.x Vaadinstars39 - Run Vaadin applications on Vert.x.
- Serverxstars19 - Allows you to quickly and easily set up a Vert.x-powered server using only route handler annotations.
- Cloudopt Nextstars286 - Cloudopt Next is a very lightweight and modern, JVM-based, full stack kotlin framework designed for building modular, easily testable JVM applications with support for Java, Kotlin language, crafted from the best of breed Java libraries and standards.
- Donkeystars273 - Modern Clojure HTTP server and client built for ease of use and performance.
- SCXstars1 - An open and easy-to-use web framework, most functions are based on annotations.
Authentication Authorisation
-
Vert.x Auth JDBC
- Vert.x authentication/authorisation JDBC based.
-
Vert.x Auth JWT
- Vert.x Authorisation based on JSON Web Tokens.
-
Vert.x Auth Shiro
- Vert.x AuthN/AuthZ based on Apache Shiro.
-
Vert.x Auth htdigest
- Vert.x Authorisation/Authentication based on Apache htdigest.
-
Vert.x Auth Mongo
- Vert.x Authorisation/Authentication based on MongoDB.
-
Vert.x Auth OAuth2
- Vert.x Authorisation/Authentication based on OAuth 2.
-
Vert.x Auth htpasswd
- Vert.x Authorisation/Authentication based on htpasswd.
-
Vert.x-Pac4jstars117 - Vert.x authentication/authorisation implemented using pac4j.
Database Clients
Clients for connecting to databases
-
Relational Databases
- Reactive SQL Clientstars785
- High performance reactive SQL client.
- JDBCstars113
- Asynchronous interface around a JDBC datasource.
- MySQL / PostgreSQLstars111
- Asynchronous Client for MySQL/PostgreSQL.
- PostgreSQLstars70 - Reactive PostgreSQL Client.
- databasestars40 - Client for Oracle, PostgreSQL, SQL Server, HyperSQL, etc. designed for security, correctness, and ease of use.
- jOOQstars351 - Doing typesafe, asynchronous SQL and generate code using jOOQ.
- jOOQxstars16 - Leverages the power of typesafe SQL from
jOOQ DSL
and uses the reactive and non-blocking SQL driver from Vert.x.
- Reactive SQL Clientstars785
-
NoSQL Databases
- MongoDBstars54
- An asynchronous client for interacting with a MongoDB database.
- Redisstars111
- Asynchronous API to interact with Redis.
- Cassandrastars30
- A Vert.x client allowing applications to interact with a Cassandra service.
- Cassandrastars39 - Asynchronous API to interact with Cassandra and Cassandra Mapping.
- OrientDBstars7 - Non-blocking OrientDB server integration.
- Bitsystars1 - Non-blocking Bitsy Graph server integration.
- MarkLogicstars2 - Asynchronous client for Marklogic Database Server.
- SirixDB - Non-blocking SirixDB HTTP-server.
- DGraphstars1 - An example on how to build a Vert.x gRPC compliant client. Here targeting dgraph
- RxFirestorestars9 - Non-blocking Firestore SDK written in a reactive way.
- MongoDB - Pure functional and reactive MongoDB client on top of Vert.x Effect. Full support for retry, fallback and recovery operations.
- Aerospikestars25 - Asynchronous and non-blocking API to interact with Aerospike server. Uses AerospikeClient'sstars208 async commands internally and handles the result on the Vert.x Context.
- MongoDBstars54
-
vertx-pojo-mapperstars59 - Non-blocking POJO mapping for MySQL and MongoDB.
-
vertx-mysql-binlog-clientstars18 - A Vert.x client for tapping into MySQL replication stream.
Integration
-
Server-Sent Events
-
Mail
- SMTPstars30
- Async SMTP client.
- vertx-smtp-serverstars5 - SMTP server bridging to EventBus.
- SMTPstars30
-
REST
- Vert.x REST Clientstars38 - A REST client for Vert.x with support for RxJava and request caching.
- Retrofit adapter for Vert.xstars30 - A highly scalable adapter for Retrofit with Vert.x.
- openapi4j adapter for Vert.x - OpenAPI 3 request validator and router factory alternative.
- Vert.x Effect HTTP client - Pure functional and reactive HTTP client using Vert.x Effect with OAuth support and retry, fallback and recovery operations.
-
File Server
- Vert.x TFTP Clientstars1 - TFTP client for Vert.x support download/upload files.
-
Messaging
- AMQP 1.0stars6
- Interact with AMQP 1.0 servers using the Vert.x Producer and Consumer APIs.
- MQTTstars146
- Provides two different components: an MQTT server for handling all the MQTT communication and messages exchanges with clients and an MQTT client for sending and receiving messages against an MQTT broker.
- RabbitMQstars69
- A RabbitMQ client (AMQP 0.9.1).
- Kafka Clientstars70
- A Kafka client.
- kafkastars29 - Kafka client for consuming and producing messages.
- Kafka Servicestars28 - Kafka producer and consumer with retry logic.
- SaltStackstars1 - A bi-directional bridge between the SaltStack event system and the Vert.x event bus.
- STOMPstars29
- A Kafka client and server.
- ZeroMQstars13 - ZeroMQ Event Bus bridge.
- Azure ServiceBusstars0 - Azure ServiceBus producer and consumer (fully async, doesn't use Microsoft Azure SDK).
- AMQP 1.0 - Kafka bridgestars188 - Bridge for sending/receiving messages to/from Apache Kafka using the AMQP 1.0 protocol.
- Vert.x Kafka Clientstars70
- Apache Kafka client for reading and sending messages from/to an Apache Kafka cluster.
- The White Rabbitstars89 - An asynchronous RabbitMQ (AMQP) client based on Kotlin coroutines.
- WAMP Brokerstars2 - A WAMP broker you can embed into your Vert.x application.
- AMQP 1.0stars6
-
JavaEE
- JCA adaptorstars10
- Java Connector Architecture Adaptor for the Vert.x event bus.
- Weldstars48 - Brings the CDI programming model into the Vert.x ecosystem (register CDI observer methods as Vert.x message consumers, CDI-powered Verticles, define routes in a declarative way, etc.).
- JCA adaptorstars10
-
Meteor
-
Metrics
- Hawkular metricsstars5 - Hawkular implementation of the Vert.x Metrics SPI.
- DropWizard metricsstars32
- Metrics implementation using DropWizard metrics.
- Micrometer metricsstars39
- Metrics implementation using Micrometer metrics.
- OpenTsDb Metricsstars11 - OpenTsDb metrics client for Vert.x.
- Bosun Monitoringstars3 - Bosun client library for Vert.x.
-
Netflix - Hystrix
- Hystrix Metrics Streamstars14 - Emits metrics for Hystrix Dashboard from a Vert.x application with Hystrixstars22.7k.
-
Dart
- Vert.x Dart SockJSstars0 - Dart integration for Vert.x SockJS bridge and plain SockJS with use of dart:js.
-
Push Notifications
-
CNCF CloudEvents
- CloudEvents.io Java SDKstars267 - Send and receive CloudEvents using the Vert.x HTTP Transport for CloudEvents.
Middleware
- Apache Camel - Apache Camel component for bridging Camel with the Vert.x event bus.
- Gateleenstars69 - Middleware library based on Vert.x to build advanced JSON/REST communication servers.
- Gravitee.io - An OSS API Platform including an API Gateway and an OAuth2 / OIDC authorization server based on Vert.x Core / Vert.x Web and other modules.
- API Frameworkstars7 - Vert.x and Glue based microservice framework removing distinction between standalone and serveless application. All services can run in standalone server, but, if required, same codebase can be used to run any service as serverless application.
Language Support
Programming language support for Vert.x
- Ceylonstars12
- Ceylon support.
- Groovystars15
- Groovy support.
- Javastars13k
- Vert.x main repository (including the Java API).
- JavaScriptstars34
- JavaScript support.
- Pythonstars8 - Python support.
- Rubystars14
- Ruby support.
- Scalastars108 -
- Scala support.
- Kotlinstars257 -
- Kotlin support.
- EcmaScriptstars816 - EcmaScript >=6 (JavaScript) support.
- Phpstars13 - Php support.
Language extensions
- Grooveexstars14 - Syntactic sugar + utilities (DSL builders, etc.) on top of vertx-lang-groovystars15.
Reactive
- Reactive Streamsstars48
- Vert.x Reactive Streams.
- Vert.x Rxstars142
- Vert.x Reactive Extensions.
- Vert.x Syncstars97
- Vert.x fiber support.
- Kotlin coroutines
- Vert.x support for Kotlin coroutines.
- vertx-utilstars21 - Light weight promises & latches for Vert.x.
- QBitstars706 - Async typed actor-like lib that runs easily in Vert.x Async Callbacks. Callback management.
- VxRifa - Utility library for Vert.X that allows using strong-typed interfaces in communication through EventBus.
- Vert.x Effect - Pure functional and reactive library based on the IO Monad to implement any complex flow. Full support for retry, fallback and recovery operations.
Sync Thread Non Block
Vert.x Event Bus Clients
Clients to connect applications to the Vert.x event bus
- JavaScript
- JavaScript event bus client.
- C++11stars16 - C++11 event bus client.
- Javastars19 - Java implementation of vertxbus.js.
- Javastars20 - Java and Android Event Bus Client.
- Javastars10 - Simple Java Event Bus Client using plain TCP socket I/O.
- CLIstars3 - Command-line binary client for Vert.x event bus - pipe in JSON, emit JSON.
- Swiftstars5 - Event bus client for Apple's Swift using the TCP-based protocolstars45.
- Pythonstars13 - Event bus client for Python using the TCP-based protocolstars45.
- C#stars5 - Event bus client for C# using the TCP-based protocolstars45.
- Cstars5 - Event bus client for C99 using the TCP-based protocolstars45.
- Gostars27- Event bus client for Go-lang using the TCP-based protocolstars45.
- Smalltalkstars9- Event bus client for Pharo Smalltalk using the TCP-based protocolstars45.
- Java - Event bus support in JavaScript through Java code.
- Elixirstars14 - Event bus support for Elixir apps using TCP socket.
- Ruststars11 - Event bus client for Rust applications through TCP.
Vert.x Event Bus Extensions
- Eventbus Servicestars5 - Code generator for type-safe event bus communication via simple Kotlin interfaces.
Cluster Managers
Implementations of the Vert.x cluster manager SPI
- Hazelcast Cluster Managerstars64
- Hazelcast cluster manager.
- Ignite Cluster Managerstars34
- Ignite cluster manager.
- JGroups Cluster Managerstars4 - JGroups cluster manager.
- Zookeeper Cluster Managerstars72
- Zookeeper cluster manager.
- Atomix Cluster Managerstars25 - An Atomix based cluster manager implementation for Vert.x 3.
- Infinispan Cluster Managerstars14
- Infinispan cluster manager.
- Consul Cluster Managerstars17 - Consul cluster manager.
Cloud Support
- OpenShift DIY cartridgestars1
- OpenShift DIY Cartridge using Vert.x.
- OpenShift Vert.x cartridgestars20
- OpenShift Vert.x Cartridge using Vert.x.
- S3stars30 - A fully functional Vert.x client for S3.
- AWS SDKstars42 - Use AWS Java SDK v2 (async) with Vert.x
Docker
- Docker images
- Docker images for Vert.x.
Microservices
- Service Discoverystars106
- Vert.x Service Discovery.
- Circuit Breakerstars57
- Vert.x Circuit Breaker.
- Service Discovery - Consulstars106
- Consul extension to Vert.x Service Discovery.
- Service Discovery - Docker linksstars106
- Docker extension to Vert.x Service Discovery.
- Service Discovery - Kubernetesstars106
- Kubernetes extension to Vert.x Service Discovery.
- Service Discovery - Redis backendstars106
- Redis storage backend for Vert.x Service Discovery.
- Vert.x GraphQL Service Discoverystars51 - GraphQL service discovery and querying for your Vert.x microservices.
- Resilience4jstars8.1k - Resilience4j is a fault tolerance library designed for Java8 and functional programming. Resilience4j provides modules for Circuit Breaking, Rate Limiting, Bulkheading, Automatic retrying, Response caching and Metric measuring.
- Autonomous Servicesstars1 - A toolkit for creating autonomous services. An architecture that leverages vert.x and nannoq-tools to provide an event-based reactive architecure without centralized components, neither for communication or data, providing a theoretically linear scalability across the architecture.
- Apache ServiceComb Java Chassisstars1.8k - ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features.
Search Engines
- Vert.x Elasticsearch Servicestars58 - Vert.x 3 Elasticsearch service with event bus proxying.
- Vert.x Elasticsearch Service (redesign)stars29 - Vert.x 3 Elasticsearch service with event bus proxying. Redesign of the Vert.x Elasticsearch Servicestars58. Heavy usage of DTOs over eventbus and no more JsonObjects. Added support for ES plugins.
- Vert.x Solr Servicestars5 - Vert.x 3 Solr service with event bus proxying.
Template Engines
- KorTE Template Enginestars71 - Kotlin Template Engine similar to Twig/Django/Liquid supporting calling Kotlin suspend methods.
Service Factory
- Service Factorystars20
- Vert.x Service Factory.
- Maven Service Factorystars12
- Maven Vert.x Service Factory.
- HTTP Service Factorystars9
- Vert.x HTTP Service Factory.
- Node.js Service Factorystars3 - Vert.x Node.js Service Factory.
- Eclipse SISU Service Factoriesstars2 - Vert.x integration with Eclipse SISU DI container offering alternatives for
vertx-service-factory
andvertx-maven-service-factory
.
Config
- Vert.x Config AWS SSM Storestars0 - A config store implementation for retrieving configuration values from the AWS EC2 SSM Parameter Store.
- Vert.x Bootstars43 - Deploying verticles from a HOCON configuration.
Dependency Injection
- Vert.x Guicestars57 - Vert.x verticle factory for Guice dependency injection.
- Vert.x HK2stars30 - Vert.x verticle factory for HK2 dependency injection.
- Spring Vert.x Extensionstars49 - Vert.x verticle factory for Spring DI injection.
- Vert.x Beansstars22 - Inject Vert.x objects as beans into your Spring application.
- QBitstars706 - QBit works with Spring DI and Spring Boot (and of course Vert.x). Allows you to use QBit, Vert.x, Spring DI and Spring Boot in the same application.
- Vert.x Eclipse SISUstars2 - Vert.x integration with Eclipse SISU DI container.
- Vert.x Spring Verticle Factorystars7 - A Vert.x Verticle Factory that makes use of Spring to obtain and configure Verticles.
- Gluestars1 - Proven and opinionated programming, and configuration model for Java and Vert.x based applications. Inspired from ATG Nucleus, provides powerful layer base configuration management using simple properties file.
Testing
- Vert.x Unitstars29
- Async polyglot unit testing for Vert.x.
- Vert.x JUnit5stars36
- Async unit testing for Vert.x with junit5.
- Vert.x WireMongostars8 - Lightweight MongoDB mocking for Vert.x
Development Tools
- Vert.x shellstars28
- Allows for interaction with Vert.x from the command line.
- Vert.x health checkstars10 - Allows for remote health checking in Vert.x projects.
- Vert.x Hotstars48 - A Maven plugin for the hot-deploy of Maven Vert.x projects.
- slush-vertx - A template driven Vert.x project generator for different languages and build tools.
- Vert.x for Visual Studio Codestars1 - A Visual Studio Code (polyglot) plugin for Vert.x. Also available from the Marketplace.
- Vert.x Starter - A browser-based project starter and project templates for Vert.x applications.
- Vert.x LiveReloadstars7 - A simple livereload server for Vert.x applications.
- openapi-generatorstars12.7k - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3).
Miscellaneous
- Vert.x Child Processstars42 - Spawn child process from Vert.x.
- vertx-redisquesstars13 - A highly scalable redis-persistent queuing system for Vert.x.
- Simple File Serverstars84 - An OpenStack Swift compatible distributed object storage server that can serve and securely store billions of large and small files using minimal resources implemented using Vert.x.
- Vert.x Bootstars43 - Deploying verticles from a HOCON configuration.
- GDHstars30 - Generalized Diffie-Hellman key exchange Java library built on top of Vert.x.
Distribution
- Vert.x Stackstars119
- Vert.x + the endorsed modules.
Examples
- Vert.x blueprint - Microservice applicationstars718
- The official Vert.x blueprint showing how to build a complex microservice application.
- Vert.x blueprint - Job Queuestars130
- The official Vert.x blueprint showing how to build a distributed job processing application.
- Vert.x blueprint - TODO backendstars173
- The official Vert.x blueprint showing how to build a backend for a TODO application.
- Vert.x examplesstars3.3k
- The official Vert.x examples including web examples, how to use the official database clients, etc.
- Vert.x feedsstars126 - Example of an RSS aggregator built using Vert.x, Gradle, MongoDB, Redis, Handlebars templates, AngularJS, the event bus and SockJS.
- Vert.x Markdown servicestars6 - Example on how to use service-proxystars62 with Gradle.
- Example using event bus and service proxies to connect vertx and nodestars45 - Step by step example with wiki description showing how to connect Vert.x and Node using event bus and service proxies.
- Vert.x Todo-Backend implementationstars5 - Pure Java 8 implementation of the Todo MVC backend. Uses a Vert.x LocalMap for storage.
- Kotlin Todo-Backend implementationstars7 - Kotlin implementation of the Todo MVC backend.
- Scala Todo-Backend implementationstars1 - Scala implementation of the Todo MVC backend.
- Grooveex Todo-Backend implementationstars1 - Todo MVC backend implementation with Vert.x + Groovy + some syntactic sugar + DSL routing facilities.
- Vert.x Gradle Starterstars10 - Java 8 starter application with example of using Vert.x with Gradle build system, profiles configuration and SLF4J.
- Vert.x Gentics Mesh Examplestars17 - Example on how to build a template-based web server with Gentics Mesh and handlebars.
- HTTP/2 showcasestars7 - A simple demo, showing how HTTP/2 can drastically improve user experience when a huge latency is involved.
- Vert.x Music Storestars63 - An example application on how to build Vert.x applications with RxJava.
- Crabzillastars62 - Yet another Event Sourcing experiment. A project exploring Vert.x to develop Event Sourcing / CQRS applications.
- Vert.x PostgreSQL Starterstars31 - A starter to build a monolithic CRUD RESTful Web Service with Vert.x stack and PostgreSQL.
- Cloud Foundrystars1 - An example Vert.x for deploying to a Cloud Foundry service provider.
- Knative - An example application on how to use Reactive Extensions Vert.xstars142 with Knative.
- Starter Single Verticle APIstars3 - REST API Starter and Project Template ready to deploy with lots of plumbing code, examples, and documentation to quickly develope an API with almost no knowledge of vert.x and without any waste of time.
- AI model output API based on PMML with Vert.xstars1 - High performance PMML evaluator API based on Vert.x. Supports dynamic routing configuration for multiple PMML models via JSON.
Deployment
- Vert.x Deploy Applicationstars54 - (Seamless) deploy to AWS based Vert.x application clusters.
Utilities
- Chimestars28 - Time scheduler working on Vert.x event bus allowing for scheduling with cron-style and interval timers.
- Vert.x Cronstars58 - Schedule events with cron specifications. Has event bus and Observable versions.
- Vert.x CronUtilsstars11 - An abstraction of cron-utils for the vertx scheduler. Unix, Cron4j and Quartz style expressions are supported.
- Vert.x Schedulerstars5 - A lightweight plugable scheduler based on plain Vert.x core without any external libs for scheduling with cron-style and interval timers with a detail monitor on both sync and async task.
- Vert.x POJO configstars3 - Allows for mapping between standard JSON configuration and a (type-safe) configuration Java bean. Also allows the configuration bean to be validated through JSR 303.
- Vert.x Asyncstars12 - Portage of caolan/async nodejs module to Vert.x framework that provides helpers methods for common async patterns.
- Vert.x JOLTstars5 - JSON to JSON transformation tool based on the original bazaarvoice JOLT project. Helpful to transform different json structure into an expected json format.
- Vert.x Dependent Verticle Deployerstars5 - A Vert.x Verticle intended to deploy verticles and their dependent verticles.
- Vert.x Dataloaderstars69 - Java port of Facebook Dataloader for Vert.x. Efficient batching and caching for your data layer.
- Vert.x Utilstars2 - A collection of Vert.x utility methods.
- Vert.x Web Accesslogstars23 - Just a simple handler to be used in Vert.x Web to generate access logs.
- Vert.x GraphQL Utilsstars22 - A route handler and Vert.x compatible interfaces to handle GraphQL queries in Vert.x and Vert.x Web.
- Nannoq-Tools - Nannoq-Tools is a toolkit for constructing robust, scalable and distributed applications leveraging Vert.x including modules for authentication, cluster management, Firebase Cloud Messaging, DynamoDB, fully generic queries, REST, and more.
- Contextual loggingstars14 - Mapped Diagnostic Context (MDC) that works with the Vert.x event-loop model.
Presentations
Community
- User Group - Discuss all user issues related to using Vert.x.
- Developer Group - A group for Vert.x core developers and contributors.
- Discord Server - Chat about any Vert.x-related topic.
- Issues - Vert.x core issue tracker.
- Wiki - Contains useful information about Vert.x.
- Blog - The official Vert.x blog containing many tutorials and other information.
Articles
- Going reactive with Eclipse Vert.x and RX Java
- First Steps With Vert.x and Infinispan - Part 2: PUSH API
- First Steps With Vert.x and Infinispan - Part 1: REST API
- Location Transparency With Vert.x
- Reactive Microservices and Service Discovery with Vert.x
- https://dzone.com/articles/vertx-330-development-automation
- Vert.x 3.3.0 Features Enhanced Networking Microservices, Testing and More
- Launching Vert.x Dynamically
- Secure Your Vertx 3 App With Pac4j
- Interview with Tim Fox About Vert.x 3, the Original Reactive, Microservice Toolkit for the JVM
Tutorials
Front-End
- VertxUIstars116 - A pure Java front-end toolkit with descriptive fluent views-on-models, POJO traffic, JUnit testing on the virtual DOM or mixed-language on a real DOM, and more.
Contribute
Contributions welcome! Read the contribution guidelines first.
ON THIS PAGE
- Awesome Vert.x Awesome
- Contents
- Books
- Build tools
- Web Frameworks
- Authentication Authorisation
- Database Clients
- Integration
- Middleware
- Language Support
- Reactive
- Sync Thread Non Block
- Vert.x Event Bus Clients
- Vert.x Event Bus Extensions
- Cluster Managers
- Cloud Support
- Docker
- Microservices
- Search Engines
- Template Engines
- Service Factory
- Config
- Dependency Injection
- Testing
- Development Tools
- Miscellaneous
- Distribution
- Examples
- Deployment