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

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

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`