This repository contains a range of examples so you can get up and running easily with Vert.x.
Start with the simplest Maven example to show you how setup a simple Vert.x project that uses Maven.
Progress to the simple Maven verticle example to show you how to deploy your code as verticles in a Maven project.
Start with the simplest Gradle example to show you how setup a simple Vert.x project that uses Gradle.
Progress to the simple Gradle verticle example to show you how to deploy your code as verticles in a Gradle project
That’s fine too :)
You can run all the examples at the command line using vertx run
if you have Vert.x installed.
The examples demonstrate how to use all different bits of Vert.x including Vert.x core, Apex (webapps) and various other services and features.
The Vert.x core examples contains a wide range of examples using just Vert.x Core.
TODO
Apex is a toolkit for building web applications using Vert.x
The Vert.x Apex examples contains a wide range of examples using Vert.x Apex
TODO