Skip to content

Latest commit

 

History

History
 
 

vertx-quickstart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Getting Started with Vert.x in Quarkus

This project contains the code developed in the Quarkus guide, as well as a few extras examples. Run the examples using: ./mvnw quarkus:dev

SockJS example

This example demonstrates how you can send event to a browser from a Quarkus application using the Vert.x SockJS bridge. Two main files compose this demo:

After having started the application, open your browser to http://localhost:8080/sockjs-example.html.

Reactive PostgreSQL example

This example demonstrates how you can use the Vert.x PostgreSQL client to implement a reactive CRUD application. Three main files compose this demo:

After having started the application, open your browser to http://localhost:8080/fruits.html.