This project is a trial project using Vert.x to create a realtime stock ticker.
Run test using the following command
mvn test exec:javaThe command compiles the project and runs the tests, then it launches the application, so you can check by yourself. Open your browser to http://localhost:8080. You should see a Hello World message.