Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

vertx-awesome

A curated list of awesome Vert.x resources, libraries, and other nice things.
https://github.com/vert-x3/vertx-awesome

Last synced: 5 days ago
JSON representation

  • Books

  • Build tools

  • Authentication Authorisation

    • Vert.x Auth JWT - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Authorisation based on JSON Web Tokens.
    • Vert.x Auth htdigest - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Authorisation/Authentication based on [Apache htdigest](https://httpd.apache.org/docs/2.4/programs/htdigest.html).
    • Vert.x Auth Mongo - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Authorisation/Authentication based on [MongoDB](https://www.mongodb.com/).
    • Vert.x Auth OAuth2 - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Authorisation/Authentication based on [OAuth 2](https://oauth.net/2/).
    • Vert.x Auth htpasswd - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Authorisation/Authentication based on [htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html).
    • Vert.x Auth SQL - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x authentication/authorisation based on the Vert.x SQL client and a relational database.
    • Vert.x-Pac4j - Vert.x authentication/authorisation implemented using [pac4j](http://www.pac4j.org/).
  • Database Clients

    • SirixDB - Non-blocking SirixDB HTTP-server.
    • Reactive SQL Client - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - High performance reactive SQL client.
    • JDBC - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Asynchronous interface around a JDBC datasource.
    • MySQL / PostgreSQL - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Asynchronous Client for MySQL/PostgreSQL.
    • PostgreSQL - Reactive PostgreSQL Client.
    • database - Client for Oracle, PostgreSQL, SQL Server, HyperSQL, etc. designed for security, correctness, and ease of use.
    • jOOQ - Doing typesafe, asynchronous SQL and generate code using jOOQ.
    • jOOQx - Leverages the power of typesafe SQL from `jOOQ DSL` and uses the reactive and non-blocking SQL driver from Vert.x.
    • MongoDB - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - An asynchronous client for interacting with a MongoDB database.
    • Redis - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Asynchronous API to interact with Redis.
    • Cassandra - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - A Vert.x client allowing applications to interact with a Cassandra service.
    • Cassandra - Asynchronous API to interact with Cassandra and Cassandra Mapping.
    • OrientDB - Non-blocking OrientDB server integration.
    • Bitsy - Non-blocking Bitsy Graph server integration.
    • MarkLogic - Asynchronous client for Marklogic Database Server.
    • DGraph - An example on how to build a Vert.x gRPC compliant client. Here targeting [dgraph](https://dgraph.io)
    • RxFirestore - Non-blocking Firestore SDK written in a reactive way.
    • MongoDB - Pure functional and reactive MongoDB client on top of [Vert.x Effect](https://github.com/imrafaelmerino/vertx-mongodb-effect). Full support for retry, fallback and recovery operations.
    • Aerospike - Asynchronous and non-blocking API to interact with Aerospike server. Uses [AerospikeClient's](https://github.com/aerospike/aerospike-client-java) async commands internally and handles the result on the Vert.x Context.
    • vertx-pojo-mapper - Non-blocking POJO mapping for MySQL and MongoDB.
    • vertx-mysql-binlog-client - A Vert.x client for tapping into MySQL replication stream.
    • MongoDB - Pure functional and reactive MongoDB client on top of [Vert.x Effect](https://github.com/imrafaelmerino/vertx-mongo-effect). Full support for retry, fallback and recovery operations.
  • Integration

    • openapi4j adapter for Vert.x - OpenAPI 3 request validator and router factory alternative.
    • AMQP 1.0 - Kafka bridge - Bridge for sending/receiving messages to/from Apache Kafka using the AMQP 1.0 protocol.
    • jEaSSE - Java Easy SSE. A simple, lightweight implementation of SSE.
    • vertx-sse - Vert.x SSE implementation + event-bus SSE bridge.
    • SMTP - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Async SMTP client.
    • vertx-smtp-server - SMTP server bridging to EventBus.
    • Retrofit adapter for Vert.x - A highly scalable adapter for Retrofit with Vert.x.
    • Vert.x TFTP Client - TFTP client for Vert.x support download/upload files.
    • AMQP 1.0 - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Interact with AMQP 1.0 servers using the Vert.x Producer and Consumer APIs.
    • MQTT - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - 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.
    • RabbitMQ - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - A RabbitMQ client (AMQP 0.9.1).
    • Vert.x Kafka Client - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Apache Kafka client for reading and sending messages from/to an Apache Kafka cluster.
    • kafka - Kafka client for consuming and producing messages.
    • SaltStack - A bi-directional bridge between the SaltStack event system and the Vert.x event bus.
    • STOMP - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - A Kafka client and server.
    • ZeroMQ - ZeroMQ Event Bus bridge.
    • Azure ServiceBus - Azure [ServiceBus](https://azure.microsoft.com/en-us/products/service-bus/) producer and consumer (fully async, doesn't use Microsoft Azure SDK).
    • The White Rabbit - An asynchronous RabbitMQ (AMQP) client based on Kotlin coroutines.
    • WAMP Broker - A WAMP broker you can embed into your Vert.x application.
    • JCA adaptor - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Java Connector Architecture Adaptor for the Vert.x event bus.
    • Weld - 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.).
    • Meteor - Meteor integration support through Vert.x event bus.
    • Hawkular metrics - [Hawkular](http://www.hawkular.org/) implementation of the Vert.x Metrics SPI.
    • DropWizard metrics - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Metrics implementation using DropWizard metrics.
    • Micrometer metrics - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Metrics implementation using Micrometer metrics.
    • OpenTsDb Metrics - [OpenTsDb](http://opentsdb.net/) metrics client for Vert.x.
    • Bosun Monitoring - [Bosun](https://bosun.org/) client library for Vert.x.
    • Hystrix Metrics Stream - Emits metrics for Hystrix Dashboard from a Vert.x application with [Hystrix](https://github.com/Netflix/Hystrix).
    • Vert.x Dart SockJS - [Dart](https://www.dartlang.org/) integration for [Vert.x SockJS bridge](http://vertx.io/docs/vertx-web/java/#_sockjs_event_bus_bridge) and plain SockJS with use of dart:js.
    • Onesignal - Send push notifications to (mobile/web) apps from your Vert.x application with [OneSignal](https://onesignal.com/).
    • CloudEvents.io Java SDK - Send and receive [CloudEvents](https://cloudevents.io/) using the [Vert.x HTTP Transport](https://github.com/cloudevents/sdk-java/blob/master/http/vertx/README.md) for CloudEvents.
  • Middleware

    • Apache Camel - [Apache Camel](http://camel.apache.org/) component for bridging Camel with the Vert.x event bus.
    • 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.
    • Gateleen - Middleware library based on Vert.x to build advanced JSON/REST communication servers.
    • API Framework - 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.
    • Apache Camel - [Apache Camel](http://camel.apache.org/) component for bridging Camel with the Vert.x event bus.
    • Apache Camel - [Apache Camel](http://camel.apache.org/) component for bridging Camel with the Vert.x event bus.
  • Language Support

    • Java - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x main repository (including the Java API).
    • Ceylon - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Ceylon support.
    • Groovy - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Groovy support.
    • JavaScript - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - JavaScript support.
    • Python - Python support.
    • Ruby - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Ruby support.
    • Scala - <img src="vertx-favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Scala support.
    • Kotlin - <img src="vertx-favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Kotlin support.
    • EcmaScript - EcmaScript >=6 (JavaScript) support.
    • Php - Php support.
    • Grooveex - Syntactic sugar + utilities (DSL builders, etc.) on top of [vertx-lang-groovy](https://github.com/vert-x3/vertx-lang-groovy).
    • Java - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x main repository (including the Java API).
  • Vert.x Event Bus Clients

    • JavaScript - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - JavaScript event bus client.
    • Java - Event bus support in JavaScript through Java code.
    • C++11 - C++11 event bus client.
    • Java - Java implementation of vertxbus.js.
    • Java - Java and Android Event Bus Client.
    • Java - Simple Java Event Bus Client using plain TCP socket I/O.
    • CLI - Command-line binary client for Vert.x event bus - pipe in JSON, emit JSON.
    • Swift - Event bus client for [Apple's Swift](https://swift.org) using the [TCP-based protocol](https://github.com/vert-x3/vertx-tcp-eventbus-bridge).
    • Python - Event bus client for Python using the [TCP-based protocol](https://github.com/vert-x3/vertx-tcp-eventbus-bridge).
    • C# - Event bus client for C# using the [TCP-based protocol](https://github.com/vert-x3/vertx-tcp-eventbus-bridge).
    • C - Event bus client for C99 using the [TCP-based protocol](https://github.com/vert-x3/vertx-tcp-eventbus-bridge).
    • Go - Event bus client for Go-lang using the [TCP-based protocol](https://github.com/vert-x3/vertx-tcp-eventbus-bridge).
    • Smalltalk - Event bus client for [Pharo Smalltalk](http://pharo.org/) using the [TCP-based protocol](https://github.com/vert-x3/vertx-tcp-eventbus-bridge).
    • Elixir - Event bus support for Elixir apps using TCP socket.
    • Rust - Event bus client for Rust applications through TCP.
  • Reactive

    • Kotlin coroutines - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x support for Kotlin coroutines.
    • SmallRye Mutiny - Intuitive event-driven reactive programming library for Java with [bindings for Vert.x](https://smallrye.io/smallrye-mutiny-vertx-bindings/).
    • Reactive Streams - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Reactive Streams.
    • Vert.x Rx - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Reactive Extensions.
    • vertx-util - Light weight promises & latches for Vert.x.
    • 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.
  • Microservices

    • Failsafe - Failsafe is a lightweight, *zero-dependency* library for handling failures in Java 8+. Concise API. Integration with libraries that use their own schedulers for async executions, such as Akka or Vert.x. [Vert.x example](https://github.com/failsafe-lib/failsafe/blob/master/examples/src/main/java/dev/failsafe/examples/VertxExample.java)
    • Circuit Breaker - favicon.svg" alt="(stack)" title="Vert.x Circuit Breaker" height="16px"> - Vert.x Circuit Breaker.
    • Vert.x GraphQL Service Discovery - [GraphQL](http://graphql.org/) service discovery and querying for your Vert.x microservices.
    • Resilience4j - 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 Services - 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 Chassis - 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.
    • SmallRye Fault Tolerance - SmallRye Fault Tolerance is an implementation of Eclipse MicroProfile Fault Tolerance with additional features not defined by the specification. Native support of [Vert.x](https://smallrye.io/docs/smallrye-fault-tolerance/6.2.6/integration/event-loop.html) and [Mutiny](https://smallrye.io/docs/smallrye-fault-tolerance/6.2.6/reference/asynchronous.html#async-types).
    • Service Discovery - Redis backend - favicon.svg" alt="(stack)" title="Vert.x Service Discovery - Redis backend" height="16px"> - [Redis](http://redis.io/) storage backend for Vert.x Service Discovery.
  • Development Tools

    • slush-vertx - A template driven Vert.x project generator for different languages and build tools.
    • Vert.x Starter - A browser-based project starter and project templates for Vert.x applications.
    • Vert.x shell - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Allows for interaction with Vert.x from the command line.
    • Vert.x health check - Allows for remote health checking in Vert.x projects.
    • Vert.x Hot - A Maven plugin for the hot-deploy of Maven Vert.x projects.
    • Vert.x for Visual Studio Code - A Visual Studio Code (polyglot) plugin for Vert.x. Also available from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=pmlopes.vertxsnippet).
    • Vert.x LiveReload - A simple livereload server for Vert.x applications.
    • openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3).
  • Examples

    • Knative - An example application on how to use [Reactive Extensions Vert.x](https://github.com/vert-x3/vertx-rx) with [Knative](https://github.com/knative).
    • Vert.x blueprint - Microservice application - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - The official Vert.x blueprint showing how to build a complex microservice application.
    • Vert.x blueprint - Job Queue - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - The official Vert.x blueprint showing how to build a distributed job processing application.
    • Vert.x blueprint - TODO backend - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - The official Vert.x blueprint showing how to build a backend for a TODO application.
    • Vert.x examples - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - The official Vert.x examples including web examples, how to use the official database clients, etc.
    • Vert.x feeds - Example of an RSS aggregator built using Vert.x, Gradle, MongoDB, Redis, Handlebars templates, AngularJS, the event bus and SockJS.
    • Vert.x Markdown service - Example on how to use [service-proxy](https://github.com/vert-x3/vertx-service-proxy) with Gradle.
    • Example using event bus and service proxies to connect vertx and node - 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 implementation - Pure Java 8 implementation of the Todo MVC backend. Uses a Vert.x LocalMap for storage.
    • Kotlin Todo-Backend implementation - Kotlin implementation of the Todo MVC backend.
    • Scala Todo-Backend implementation - Scala implementation of the Todo MVC backend.
    • Grooveex Todo-Backend implementation - Todo MVC backend implementation with Vert.x + Groovy + some syntactic sugar + DSL routing facilities.
    • Vert.x Gradle Starter - Java 8 starter application with example of using Vert.x with Gradle build system, profiles configuration and SLF4J.
    • Vert.x Gentics Mesh Example - Example on how to build a template-based web server with Gentics Mesh and handlebars.
    • HTTP/2 showcase - A simple demo, showing how HTTP/2 can drastically improve user experience when a huge latency is involved.
    • Vert.x Music Store - An example application on how to build Vert.x applications with RxJava.
    • Crabzilla - Yet another Event Sourcing experiment. A project exploring Vert.x to develop Event Sourcing / CQRS applications.
    • Vert.x PostgreSQL Starter - A starter to build a monolithic CRUD RESTful Web Service with Vert.x stack and PostgreSQL.
    • Cloud Foundry - An example Vert.x for deploying to a [Cloud Foundry](https://www.cloudfoundry.org/) service provider.
    • Starter Single Verticle API - 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.x - High performance PMML evaluator API based on Vert.x. Supports dynamic routing configuration for multiple PMML models via JSON.
  • Utilities

    • Vert.x GraphQL Utils - A route handler and Vert.x compatible interfaces to handle GraphQL queries in Vert.x and Vert.x Web.
    • Chime - Time scheduler working on Vert.x event bus allowing for scheduling with *cron-style* and *interval* timers.
    • Vert.x Cron - Schedule events with cron specifications. Has event bus and Observable versions.
    • Vert.x CronUtils - An abstraction of cron-utils for the vertx scheduler. Unix, Cron4j and Quartz style expressions are supported.
    • Vert.x Scheduler - 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 config - 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 Async - Portage of caolan/async nodejs module to Vert.x framework that provides helpers methods for common async patterns.
    • Vert.x JOLT - 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 Deployer - A Vert.x Verticle intended to deploy verticles and their dependent verticles.
    • Vert.x Dataloader - Java port of Facebook Dataloader for Vert.x. Efficient batching and caching for your data layer.
    • Vert.x Util - A collection of Vert.x utility methods.
    • Vert.x Web Accesslog - Just a simple handler to be used in Vert.x Web to generate access logs.
  • Presentations

  • Articles

  • Community

    • 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.
    • Developer Group - A group for Vert.x core *developers* and *contributors*.
  • Tutorials

  • Web Frameworks

    • Vert.x Web - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Full featured web toolkit for Vert.x.
    • Vert.x Jersey - Create JAX-RS [Jersey](https://jersey.java.net/) resources in Vert.x.
    • Kovert - Invisible REST framework for Kotlin + Vert.x Web.
    • Handlers - Open web framework for Vert.x.
    • vertx-rest-storage - Persistence for REST resources in the filesystem or a redis database.
    • Jubilee - A rack compatible Ruby HTTP server built on Vert.x 3.
    • Knot.x - Efficient & high-performance integration platform for modern websites built on Vert.x 3.
    • Irked - Annotations-based configuration for Vert.x Web, with a controller framework and expressive APIs for REST.
    • REST.VertX - Lightweight JAX-RS (RestEasy) like annotation processor for Vert.x verticals.
    • Atmosphere Vert.x - Realtime Client Server Framework for the JVM, supporting WebSockets and Server Sent Events with Cross-Browser Fallbacks.
    • Vert.x Vaadin - Run Vaadin applications on Vert.x.
    • Serverx - Allows you to quickly and easily set up a Vert.x-powered server using only route handler annotations.
    • Cloudopt Next - 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.
    • Donkey - Modern Clojure HTTP server and client built for ease of use and performance.
    • SCX - An open and easy-to-use web framework, most functions are based on annotations.
    • vertx-rest - Abstraction over resteasy-vertx to simplify writing a Vert.x REST application based on JAX-RS annotations.
  • Dependency Injection

    • QBit - 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 Guice - Vert.x verticle factory for Guice dependency injection.
    • Vert.x HK2 - Vert.x verticle factory for HK2 dependency injection.
    • Spring Vert.x Extension - Vert.x verticle factory for Spring DI injection.
    • Vert.x Beans - Inject Vert.x objects as beans into your Spring application.
    • Vert.x Spring Verticle Factory - A Vert.x Verticle Factory that makes use of Spring to obtain and configure Verticles.
    • Glue - 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.
    • Vert.x Eclipse SISU - Vert.x integration with [Eclipse SISU](https://www.eclipse.org/sisu/) DI container.
  • Vert.x Event Bus Extensions

    • Eventbus Service - Code generator for type-safe event bus communication via simple Kotlin interfaces.
  • Cluster Managers

  • Cloud Support

    • OpenShift DIY cartridge - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - OpenShift DIY Cartridge using Vert.x.
    • OpenShift Vert.x cartridge - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - OpenShift Vert.x Cartridge using Vert.x.
    • AWS SDK - Use AWS Java SDK v2 (async) with Vert.x
  • Service Factory

    • Service Factory - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Service Factory.
    • Maven Service Factory - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Maven Vert.x Service Factory.
    • HTTP Service Factory - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x HTTP Service Factory.
    • Node.js Service Factory - Vert.x Node.js Service Factory.
  • Config

    • Vert.x Config AWS SSM Store - A [config store](http://vertx.io/docs/vertx-config/java/) implementation for retrieving configuration values from the [AWS EC2 SSM Parameter Store](https://aws.amazon.com/ec2/systems-manager/parameter-store/).
  • Miscellaneous

    • Vert.x Boot - Deploying verticles from a HOCON configuration.
    • Vert.x Child Process - Spawn child process from Vert.x.
    • vertx-redisques - A highly scalable redis-persistent queuing system for Vert.x.
    • Simple File Server - 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.
    • GDH - Generalized Diffie-Hellman key exchange Java library built on top of Vert.x.
    • vertx-values - Send immutable and persistent JSON from [json-values](https://github.com/imrafaelmerino/json-values) across the event bus.
  • Testing

    • Vert.x Unit - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Async polyglot unit testing for Vert.x.
    • Vert.x JUnit5 - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Async unit testing for Vert.x with junit5.
    • Vert.x WireMongo - Lightweight MongoDB mocking for Vert.x
  • Distribution

    • Vert.x Stack - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x + the endorsed modules.
  • Deployment

  • Sync Thread Non Block

    • Sync - Synchronous but non-OS-thread-blocking verticles.