Vert.x Hacks

an appropriate application of ingenuity

Vert.x offers developers a simple way to define service interfaces with its Service Proxy module. The idea is that a developer defines a Java interface and that is the contract between the services across the Vert.x cluster.

One of the productivity features of platforms such as Node.JS is their REPL. Vert.x runs on the JVM however it can still use JJS the JavaScript REPL.