update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Vert.x !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Vert.x !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 (http://vertx.io)
@@ -40,6 +40,7 @@
⟡ Examples (#examples)
⟡ Deployment (#deployment)
⟡ Utilities (#utilities)
⟡ Articles (#articles)
⟡ Front-End (#front-end)
Books
@@ -56,7 +57,7 @@
Web Frameworks
⟡ Vert.x Web (https://github.com/vert-x3/vertx-web) - Full featured web toolkit for Vert.x.
⟡ Vert.x Jersey (https://github.com/englishtown/vertx-jersey) - Create JAX-RS Jersey (https://jersey.java.net/) resources in Vert.x.
⟡ Vert.x Jersey (https://github.com/englishtown/vertx-jersey) - Create JAX-RS Jersey (https://eclipse-ee4j.github.io/jersey/) resources in Vert.x.
⟡ Kovert (https://github.com/kohesive/kovert) - Invisible REST framework for Kotlin + Vert.x Web.
⟡ Handlers (https://github.com/spriet2000/vertx-handlers-http) - Open web framework for Vert.x.
⟡ QBit (https://github.com/advantageous/qbit) - REST and WebSocket method call marshaling and reactive library.
@@ -68,8 +69,8 @@
⟡ Atmosphere Vert.x (https://github.com/Atmosphere/atmosphere-vertx) - Realtime Client Server Framework for the JVM, supporting WebSockets and Server Sent Events with Cross-Browser Fallbacks.
⟡ Vert.x Vaadin (https://github.com/mcollovati/vertx-vaadin) - Run Vaadin applications on Vert.x.
⟡ Serverx (https://github.com/lukehutch/serverx) - Allows you to quickly and easily set up a Vert.x-powered server using only route handler annotations.
⟡ Cloudopt Next (https://github.com/cloudoptlab/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.
⟡ Cloudopt Next (https://github.com/cloudoptlab/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 (https://github.com/AppsFlyer/donkey) - Modern Clojure HTTP server and client built for ease of use and performance.
⟡ SCX (https://github.com/scx567888/scx) - An open and easy-to-use web framework, most functions are based on annotations.
⟡ vertx-rest (https://github.com/dream11/vertx-rest) - Abstraction over resteasy-vertx to simplify writing a Vert.x REST application based on JAX-RS annotations.
@@ -97,6 +98,7 @@
  ⟡ database (https://github.com/susom/database) - Client for Oracle, PostgreSQL, SQL Server, HyperSQL, etc. designed for security, correctness, and ease of use.
  ⟡ jOOQ (https://github.com/jklingsporn/vertx-jooq) - Doing typesafe, asynchronous SQL and generate code using jOOQ.
  ⟡ jOOQx (https://github.com/zero88/jooqx) - Leverages the power of typesafe SQL from jOOQ DSL and uses the reactive and non-blocking SQL driver from Vert.x.
  ⟡ Exposed Vert.x SQL Client (https://github.com/huanshankeji/exposed-vertx-sql-client) - Kotlin's Exposed (https://github.com/JetBrains/Exposed) on top of Vert.x Reactive SQL Client (https://github.com/eclipse-vertx/vertx-sql-client).
⟡ NoSQL Databases
  ⟡ MongoDB (https://github.com/vert-x3/vertx-mongo-client) - An asynchronous client for interacting with a MongoDB database.
@@ -109,10 +111,10 @@
  ⟡ SirixDB (https://github.com/sirixdb/sirix/tree/master/bundles/sirix-rest-api) - Non-blocking SirixDB HTTP-server.
  ⟡ DGraph (https://github.com/aesteve/vertx-dgraph-client) - An example on how to build a Vert.x gRPC compliant client. Here targeting dgraph (https://dgraph.io)
  ⟡ RxFirestore (https://github.com/pjgg/rxfirestore) - Non-blocking Firestore SDK written in a reactive way.
  ⟡ MongoDB (https://github.com/imrafaelmerino/vertx-mongodb-effect) - 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 (https://github.com/dream11/vertx-aerospike-client) - 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.
  ⟡ MongoDB (https://github.com/imrafaelmerino/vertx-mongo-effect) - 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.
  ⟡ Aerospike (https://github.com/dream11/vertx-aerospike-client) - 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 (https://github.com/BraintagsGmbH/vertx-pojo-mapper) - Non-blocking POJO mapping for MySQL and MongoDB.
⟡ vertx-mysql-binlog-client (https://github.com/guoyu511/vertx-mysql-binlog-client) - A Vert.x client for tapping into MySQL replication stream.
@@ -130,22 +132,22 @@
⟡ REST
  ⟡ Retrofit adapter for Vert.x (https://github.com/vietj/retrofit-vertx) - A highly scalable adapter for Retrofit with Vert.x.
  ⟡ openapi4j adapter for Vert.x (https://github.com/openapi4j/openapi4j/tree/master/openapi-operation-adapters/openapi-operation-vertx) - OpenAPI 3 request validator and router factory alternative.
  ⟡ Vert.x Effect HTTP client (https://github.com/imrafaelmerino/vertx-effect) - Pure functional and reactive HTTP client using Vert.x Effect (https://github.com/imrafaelmerino/vertx-effect) with OAuth support and retry, fallback and 
recovery operations.
  ⟡ Vert.x Effect HTTP client (https://github.com/imrafaelmerino/vertx-effect) - Pure functional and reactive HTTP client using Vert.x Effect (https://github.com/imrafaelmerino/vertx-effect) with OAuth support and retry, fallback and recovery 
operations.
⟡ File Server
  ⟡ Vert.x TFTP Client (https://github.com/OneManCrew/vertx-tftp-client) - TFTP client for Vert.x support download/upload files.
⟡ Messaging
  ⟡ AMQP 1.0 (https://github.com/vert-x3/vertx-amqp-bridge) - Interact with AMQP 1.0 servers using the Vert.x Producer and Consumer APIs.
  ⟡ MQTT (https://github.com/vert-x3/vertx-mqtt) - 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.
  ⟡ MQTT (https://github.com/vert-x3/vertx-mqtt) - 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 (https://github.com/vert-x3/vertx-rabbitmq-client) - A RabbitMQ client (AMQP 0.9.1).
  ⟡ Kafka Client (https://github.com/vert-x3/vertx-kafka-client) - A Kafka client.
  ⟡ kafka (https://github.com/cyngn/vertx-kafka) - Kafka client for consuming and producing messages.
  ⟡ SaltStack (https://github.com/cinterloper/vertx-salt) - A bi-directional bridge between the SaltStack event system and the Vert.x event bus.
  ⟡ STOMP (https://github.com/vert-x3/vertx-stomp) - A Kafka client and server.
  ⟡ ZeroMQ (https://github.com/dano/vertx-zeromq) - ZeroMQ Event Bus bridge.
  ⟡ Azure ServiceBus (https://github.com/TextBack/vertx-azure-servicebus) - Azure ServiceBus (https://azure.microsoft.com/en-us/services/service-bus/) producer and consumer (fully async, doesn't use Microsoft Azure SDK).
  ⟡ Azure ServiceBus (https://github.com/TextBack/vertx-azure-servicebus) - Azure ServiceBus (https://azure.microsoft.com/en-us/products/service-bus/) producer and consumer (fully async, doesn't use Microsoft Azure SDK).
  ⟡ AMQP 1.0 - Kafka bridge (https://github.com/rhiot/amqp-kafka-bridge) - Bridge for sending/receiving messages to/from Apache Kafka using the AMQP 1.0 protocol.
  ⟡ Vert.x Kafka Client (https://github.com/vert-x3/vertx-kafka-client) - Apache Kafka client for reading and sending messages from/to an Apache Kafka cluster.
  ⟡ The White Rabbit (https://github.com/viartemev/the-white-rabbit) - An asynchronous RabbitMQ (AMQP) client based on Kotlin coroutines.
@@ -169,23 +171,22 @@
  ⟡ Hystrix Metrics Stream (https://github.com/kennedyoliveira/hystrix-vertx-metrics-stream.git) - Emits metrics for Hystrix Dashboard from a Vert.x application with Hystrix (https://github.com/Netflix/Hystrix).
⟡ Dart
  ⟡ Vert.x Dart SockJS (https://github.com/wem/vertx-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.
  ⟡ Vert.x Dart SockJS (https://github.com/wem/vertx-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.
⟡ Push Notifications
  ⟡ Onesignal (https://github.com/jklingsporn/vertx-push-onesignal) - Send push notifications to (mobile/web) apps from your Vert.x application with OneSignal (https://onesignal.com/).
⟡ CNCF CloudEvents
  ⟡ CloudEvents.io Java SDK (https://github.com/cloudevents/sdk-java) - 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.
  ⟡ CloudEvents.io Java SDK (https://github.com/cloudevents/sdk-java) - 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 (https://camel.apache.org/components/vertx-component.html) - Apache Camel (http://camel.apache.org/) component for bridging Camel with the Vert.x event bus.
⟡ Gateleen (https://github.com/swisspush/gateleen) - Middleware library based on Vert.x to build advanced JSON/REST communication servers.
⟡ Gravitee.io (https://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 Framework (https://github.com/vinscom/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.
⟡ API Framework (https://github.com/vinscom/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.
Language Support
@@ -273,16 +274,16 @@
⟡ Service Discovery - Kubernetes (https://github.com/vert-x3/vertx-service-discovery) - Kubernetes (http://kubernetes.io/) extension to Vert.x Service Discovery.
⟡ Service Discovery - Redis backend (https://github.com/vert-x3/vertx-service-discovery) - Redis (http://redis.io/) storage backend for Vert.x Service Discovery.
⟡ Vert.x GraphQL Service Discovery (https://github.com/engagingspaces/vertx-graphql-service-discovery) - GraphQL (http://graphql.org/) service discovery and querying for your Vert.x microservices.
⟡ Resilience4j (https://github.com/resilience4j/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.
⟡ Failsafe (https://failsafe.dev/) - 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)
⟡ Autonomous Services (https://github.com/mikand13/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 (https://github.com/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 (https://github.com/smallrye/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).
⟡ Resilience4j (https://github.com/resilience4j/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.
⟡ Failsafe (https://failsafe.dev/) - 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)
⟡ Autonomous Services (https://github.com/mikand13/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 (https://github.com/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 (https://github.com/smallrye/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).
Search Engines
@@ -295,8 +296,7 @@
⟡ Maven Service Factory (https://github.com/vert-x3/vertx-maven-service-factory) - Maven Vert.x Service Factory.
⟡ HTTP Service Factory (https://github.com/vert-x3/vertx-http-service-factory) - Vert.x HTTP Service Factory.
⟡ Node.js Service Factory (https://github.com/mellster2012/vertx-nodejs-service-factory) - Vert.x Node.js Service Factory.
⟡ Eclipse SISU Service Factories (https://github.com/cstamas/vertx-sisu) - Vert.x integration with Eclipse SISU (https://www.eclipse.org/sisu/) DI container offering alternatives for vertx-service-factory and vertx-maven-service-factory
.
⟡ Eclipse SISU Service Factories (https://github.com/cstamas/vertx-sisu) - Vert.x integration with Eclipse SISU (https://www.eclipse.org/sisu/) DI container offering alternatives for vertx-service-factory and vertx-maven-service-factory.
Config
@@ -313,7 +313,7 @@
⟡ QBit (https://github.com/advantageous/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 Eclipse SISU (https://github.com/cstamas/vertx-sisu) - Vert.x integration with Eclipse SISU (https://www.eclipse.org/sisu/) DI container.
⟡ Vert.x Spring Verticle Factory (https://github.com/juanavelez/vertx-spring-verticle-factory) - A Vert.x Verticle Factory that makes use of Spring to obtain and configure Verticles.
⟡ Glue (https://github.com/vinscom/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
⟡ Glue (https://github.com/vinscom/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.
Testing
@@ -328,12 +328,10 @@
⟡ Vert.x health check (https://github.com/vert-x3/vertx-health-check) - Allows for remote health checking in Vert.x projects.
⟡ Vert.x Hot (https://github.com/dazraf/vertx-hot) - A Maven plugin for the hot-deploy of Maven Vert.x projects.
⟡ slush-vertx (https://www.npmjs.com/package/slush-vertx) - A template driven Vert.x project generator for different languages and build tools.
⟡ Vert.x for Visual Studio Code (https://github.com/pmlopes/VertxSnippet) - A Visual Studio Code (polyglot) plugin for Vert.x. Also available from the Marketplace 
(https://marketplace.visualstudio.com/items?itemName=pmlopes.vertxsnippet).
⟡ Vert.x for Visual Studio Code (https://github.com/pmlopes/VertxSnippet) - A Visual Studio Code (polyglot) plugin for Vert.x. Also available from the Marketplace (https://marketplace.visualstudio.com/items?itemName=pmlopes.vertxsnippet).
⟡ Vert.x Starter (http://www.jetdrone.xyz/vertx-starter/) - A browser-based project starter and project templates for Vert.x applications.
⟡ Vert.x LiveReload (https://github.com/ybonnel/vertx-livereload) - A simple livereload server for Vert.x applications.
⟡ openapi-generator
 (https://github.com/OpenAPITools/openapi-generator) - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3).
⟡ openapi-generator (https://github.com/OpenAPITools/openapi-generator) - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3).
Miscellaneous
@@ -372,8 +370,8 @@
⟡ Cloud Foundry (https://github.com/amdelamar/vertx-cloudfoundry) - An example Vert.x for deploying to a Cloud Foundry (https://www.cloudfoundry.org/) service provider.
⟡ Knative (https://github.com/knative/docs/tree/main/code-samples/community/serving/helloworld-vertx) - An example application on how to use Reactive Extensions Vert.x (https://github.com/vert-x3/vertx-rx) with Knative 
(https://github.com/knative).
⟡ Starter Single Verticle API (https://github.com/jgarciasm/ssv-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.
⟡ Starter Single Verticle API
 (https://github.com/jgarciasm/ssv-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 (https://github.com/immusen/vertx-pmml) - High performance PMML evaluator API based on Vert.x. Supports dynamic routing configuration for multiple PMML models via JSON.
Deployment
@@ -385,8 +383,8 @@
⟡ Chime (https://github.com/LisiLisenok/Chime) - Time scheduler working on Vert.x event bus allowing for scheduling with cron-style and interval timers.
⟡ Vert.x Cron (https://github.com/diabolicallabs/vertx-cron) - Schedule events with cron specifications. Has event bus and Observable versions.
⟡ Vert.x CronUtils (https://github.com/NoEnv/vertx-cronutils) - An abstraction of cron-utils for the vertx scheduler. Unix, Cron4j and Quartz style expressions are supported.
⟡ Vert.x Scheduler (https://github.com/zero88/vertx-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 Scheduler (https://github.com/zero88/vertx-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 (https://github.com/aesteve/vertx-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 (https://github.com/gchauvet/vertx-async) - Portage of caolan/async nodejs module to Vert.x framework that provides helpers methods for common async patterns.
⟡ Vert.x JOLT (https://github.com/lusoalex/vertx-jolt) - JSON to JSON transformation tool based on the original bazaarvoice JOLT project. Helpful to transform different json structure into an expected json format.
@@ -395,8 +393,8 @@
⟡ Vert.x Util (https://github.com/juanavelez/vertx-util) - A collection of Vert.x utility methods.
⟡ Vert.x Web Accesslog (https://github.com/romanpierson/vertx-web-accesslog) - Just a simple handler to be used in Vert.x Web to generate access logs.
⟡ Vert.x GraphQL Utils (http://github.com/tibor-kocsis/vertx-graphql-utils) - A route handler and Vert.x compatible interfaces to handle GraphQL queries in Vert.x and Vert.x Web.
⟡ Nannoq-Tools (https://noriginmedia.github.io/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.
⟡ Nannoq-Tools (https://noriginmedia.github.io/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 logging (https://github.com/reactiverse/reactiverse-contextual-logging) - Mapped Diagnostic Context (MDC) that works with the Vert.x event-loop model.
⟡ Vert.x JsonPath (https://github.com/NoEnv/vertx-jsonpath) - A very basic implementation of JsonPath using Vert.xs JsonObject and JsonArray, mimicking their getX, containsKey, put and remove methods.
@@ -415,7 +413,8 @@
Articles
⟡ Going reactive with Eclipse Vert.x and RX Java (https://blogs.oracle.com/javamagazine/going-reactive-with-eclipse-vertx-and-rxjava)
⟡ Embracing Reactive Applications on JVM: a Deep Dive into Modern I/O Models and Vert.x (https://www.infoq.com/articles/reactive-java-vertx-deep-dive/)
⟡ Going reactive with Eclipse Vert.x and RX Java (https://blogs.oracle.com/javamagazine/post/going-reactive-with-eclipse-vertx-and-rxjava)
⟡ Vert.x 3.3.0 Features Enhanced Networking Microservices, Testing and More (https://www.infoq.com/news/2016/06/Vert.x-3.3.0-release-features)
⟡ Interview with Tim Fox About Vert.x 3, the Original Reactive, Microservice Toolkit for the JVM (http://www.infoq.com/articles/vertx-3-tim-fox)
@@ -430,3 +429,5 @@
Contribute
Contributions welcome! Read the contribution guidelines (CONTRIBUTING.md) first.
vertx Github: https://github.com/vert-x3/vertx-awesome