Vert.x Express Bus ================== 1. Vert.x README available at https://github.com/vert-x3/vertx-examples/blob/master/README.adoc 2. Install Vert.x from https://bintray.com/vertx/downloads/distribution/view (I put it in /var/vertx directory) 3. Add additional libraries needed (in lib directory): vertx-codegen-3.3.0.jar vertx-codetrans-3.3.0.jar examples-utils-3.2.1.jar web-examples-3.2.1.jar 4. Compile the server code with Java compiler: javac -cp "/var/vertx/lib/*" Server.java 5. Put the compiled Server.class code in io/vertx/example/web/vertxbus/commonjs 6. Start the server from this directory using: /var/vertx/bin/vertx run io.vertx.example.web.vertxbus.commonjs.Server 7. chart_w_expressbus.html uses a client-side node-compliant module: vertx3-eventbus-client