Skip to content

redhat-appdev-practice/vertx-iot-dashboard-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vert.x + VueJS IoT Dashboard Demo

Overview

This demo application shows how you can leverage the SockJS EventBus Bridge in Eclipse Vert.x to build a near-realtime IoT-style dashboard and visualize streaming data.

Build

git clone https://github.com/redhat-appdev-practice/vertx-iot-dashboard-demo.git
cd vertx-iot-dashboard-demo
./mvnw clean verify

Pre-requisites

  • In order to build this project you will need a Java JDK >= 11

Run

Development Mode

## Dev Mode
./mvnw clean compile vertx:run

Standalone

java -jar target/iot-dashboard-1.0.0-SNAPSHOT.jar

About

A Basic IoT Example Dashboard Using Vert.x & VueJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published