sdk install vertx
git clone https://github.com/vert-x3/vertx-examples.git
cd vertx-examples/core-examples/src/main/groovy/io/vertx/example/core/http/simple
vertx run server.groovy
# on a new console window
vertx run client.groovy
sdk install vertx
git clone https://github.com/vert-x3/vertx-examples.git
cd vertx-examples/core-examples/src/main/groovy/io/vertx/example/core/http/simple
vertx run server.groovy
# on a new console window
vertx run client.groovy