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.
Read the full guide online: https://hantsy.github.io/vertx-sandbox/
| 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 |