This repository contains the code of Vert.x examples contained in my articles published on platforms such as kodcu.com, medium, dzone. How to run each example is described in its readme file.
These articles are:
- Introduce to Eclipse Vert.x
- How to Work With Multiple Verticles and Communication in Vert.x
- How to Run a Vert.x Cluster With Broadcasting Messaging
- How to Run Blocking Code in Vert.x
- How to Share Data Between Threads in Vert.x
- How to Call the Next Handler in Vert.x?
The examples of this branch were developed with Java 9
and shows you how to modularize Vert.x applications
, manage third-party dependencies, compile, package in a modular jar, and how to test them. You can be found Java 8
version of this repository in java8 branch.