Skip to content

Repository files navigation

Vert.x Sandbox

A multi-module playground for exploring Eclipse Vert.x 5 features — from REST APIs and reactive data access to GraphQL, framework integrations, and language bindings.

Documentation

Read the full guide online: https://hantsy.github.io/vertx-sandbox/

Modules

Module Description
web RESTful CRUD APIs with Vert.x Web and the Reactive PostgreSQL Client
spring Spring Framework integration with Vert.x
cdi Weld/CDI integration with Vert.x
rxjava3 RESTful CRUD APIs using RxJava 3 bindings
mutiny-spring-hibernate RESTful CRUD APIs with SmallRye Mutiny, Spring, and Hibernate Reactive
kotlin RESTful CRUD APIs written in Kotlin
kotlin-co RESTful CRUD APIs using Kotlin Coroutines
graphql-http GraphQL API over HTTP
graphql-transport-ws GraphQL API over WebSocket via the graphql-ws protocol

References