https://github.com/redhat-developer/introduction-to-eclipse-vertx
An introduction to Eclipse Vert.x - a toolkit to build reactive and distributed systems
https://github.com/redhat-developer/introduction-to-eclipse-vertx
Last synced: 6 months ago
JSON representation
An introduction to Eclipse Vert.x - a toolkit to build reactive and distributed systems
- Host: GitHub
- URL: https://github.com/redhat-developer/introduction-to-eclipse-vertx
- Owner: redhat-developer
- License: apache-2.0
- Created: 2018-03-08T08:14:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T17:00:16.000Z (over 2 years ago)
- Last Synced: 2025-06-05T05:30:07.331Z (7 months ago)
- Language: Java
- Size: 58.6 KB
- Stars: 64
- Watchers: 11
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Eclipse Vert.x
This repository contains the code developed in the _Introduction to Eclipse Vert.x_ blog post series. Posts composing the series are:
1. [My First Vert.x Application](https://developers.redhat.com/blog/2018/03/13/eclipse-vertx-first-application/)
2. [Eclipse Vert.x Application Configuration](https://developers.redhat.com/blog/2018/03/22/eclipse-vert-x-application-configuration/)
3. [Some REST with Vert.x](https://developers.redhat.com/blog/2018/03/29/rest-vert-x/)
4. [Asynchronous data access with Vert.x](https://developers.redhat.com/blog/2018/04/09/accessing-data-reactive-way/)
5. [Using Reactive eXtensions with Vert.x](https://developers.redhat.com/blog/2018/04/18/eclipse-vertx-reactive-extensions/)
6. Deploying Vert.x applications on Kubernetes and OpenShift - to be published
The code developed for each post is contained in the corresponding folder. Except mentionned otherwise in the blog post, the application can be:
* build using: `mvn package`
* run locally using `mvn compile vertx:run`