Following tutorials at https://vertx.io/
Enter the experiment directory and run mvn package exec:java
- 01-get_started
- 02-vertx_core
- 02.1-vertx_instance
- 02.2-futures
- 02.3-verticles
- 02.4-event_bus
- 02.5-reply_failures
- 02.6-message_codecs
- 02.7-clustered_event_bus
- Do the tutorials.
- Test behavior on multiple requests.
- Test behavior on multiple connections.
- Test circuit breaker.
- Look at https://reactiverse.io/ projects.
- Look at https://github.com/vert-x3/vertx-awesome projects.