Skip to content

endouakulu/vertx-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vertx-samples

This project aims to demonstrate how we can build reactive apps with vert-x.

Java CI with Maven

Prerequisites

  • JDK 14
  • A decent IDE
  • Docker

First app - Display Hello World

Starts an HTTP server which displays hello world in the browser.

How it works

IDE

With your preferred IDE, run the Main class.

Command line

mvn clean package

java -jar target/vertx-sammples-1.0.SNAPSHOT-fat.jar

About

Sample of apps which uses vert.x with specific uses cases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages