Skip to content

Imaginary11/vertx-examples

Repository files navigation

Vert.x examples

This repository contains a range of examples so you can get up and running easily with Vert.x.

Maven users

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.

Gradle users

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

Neither Maven nor Gradle users

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

The examples demonstrate how to use all different bits of Vert.x including Vert.x core, Apex (webapps) and various other services and features.

Vert.x core examples

The Vert.x core examples contains a wide range of examples using just Vert.x Core.

TODO

Apex examples

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

Data access examples

Mongo DB examples

JDBC examples

etc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 41.5%
  • JavaScript 19.7%
  • HTML 15.6%
  • Groovy 7.0%
  • Ruby 6.7%
  • CSS 5.9%
  • Other 3.6%