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.
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
Code released under the Apache license.