Getting Started
Learn how to build an application using the Vert.x framework and Kotlin and execute a "Hello World" program.
We'll cover the following...
In this chapter, we’ll be using the Vert.x framework and Kotlin. Vert.x is a Reactive framework that is built on top of Reactive principles.
The microservice we’ll develop in this chapter will provide an endpoint for health checks and will be able to delete and update the cats in our database.
Technical requirements
For this project, ...