/sse-eventbus-demo

Demo application for the sse-eventbus library

Primary LanguageJavaScriptApache License 2.0Apache-2.0

A simple Spring Boot application that demonstrates the usage of the sse-eventbus library.

The application uses the ECharts library to visualise the data in the browser.

Start the application

git clone https://github.com/ralscha/sse-eventbus-demo.git
cd sse-eventbus-demo
./mvnw package  (Windows: .\mvnw.cmd package)
java -jar target/sse-eventbus-demo.jar

Open the URL http://localhost:80 in a browser

License

Code released under the Apache license.