Skip to content

alextkachman/vertex-kotlin

Repository files navigation

vert.x kotlin language support

This module provides a kotlin DSL to vert.x

See the introduction to see how to use it.

Run a sample kotlin vertx application

The following command should run a sample server (assuming you have maven 3.x installed)

mvn test-compile exec:java

You can now open http://localhost:8080/ and have fun :)

Browse the API docs

Build the API docs locally via

mvn site
open target/site/apidocs/index.html

As you can see there are a number of extension methods on the core Java API of vert.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages