wikiwong / vertx-gradle-template

Gradle project template for creating a Vert.x module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vert.x Gradle Template

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

Clone this and adapt it to easily develop Vert.x modules using Gradle as your build tool.

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

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

See the build script for the list of useful tasks


See Vert.x gradle based developer guide on how to use this template.

About

Gradle project template for creating a Vert.x module

License:Other


Languages

Language:Java 52.8%Language:Groovy 16.3%Language:JavaScript 10.9%Language:Python 10.2%Language:Ruby 9.9%