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

https://github.com/sammers21/simple-vertx-mqtt-server-example

Simple Vert.x MQTT server example
https://github.com/sammers21/simple-vertx-mqtt-server-example

Last synced: 24 days ago
JSON representation

Simple Vert.x MQTT server example

Awesome Lists containing this project

README

        

== Building the project

To build the project, just use:

----
mvn clean package
----

It generates a _fat-jar_ in the `target` directory.