sandaruny / vozco-vertx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vert.x Example Maven Project

Example project for creating a Vert.x module with a Gradle build.

By default this module contains a simple Java verticle which listens on the event bus and responds to ping! messages with pong!.

This example also shows you how to write tests in Java, Groovy, Ruby and Python

To run

mvn clean install -Dmaven.test.skip=true

java -jar target/vozco-3.4.2-fat.jar

tests are not running yet

About


Languages

Language:Java 66.3%Language:JavaScript 9.1%Language:Groovy 9.0%Language:Python 8.3%Language:Ruby 7.3%