Skip to content

crackitty/vertx-stocks

Repository files navigation

Stock Verticle

This project is a trial project using Vert.x to create a realtime stock ticker.

Prerequisites

  • Apache Maven

  • JDK 8+

Getting started

Run test using the following command

mvn test exec:java

The 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.

Building the project

To build the project, just use:

mvn clean package

It generates a fat-jar in the target directory.

About

Vert.x experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published