Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gautric/vertx-4-ocp

Vert.X demo sur Openshift Container Platform
https://github.com/gautric/vertx-4-ocp

Last synced: 10 days ago
JSON representation

Vert.X demo sur Openshift Container Platform

Awesome Lists containing this project

README

        

== Sample Vert.x Hello World

This sample application starts a HTTP server available on http://localhost:8080

It can be built using maven:

----
mvn package
----

And run with:

----
java -jar [build/libs|target]/vertx-hello-world-fat.jar
----