Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.45 KB

File metadata and controls

33 lines (17 loc) · 1.45 KB

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.