Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralscha/sse-eventbus-demo
Demo application for the sse-eventbus library
https://github.com/ralscha/sse-eventbus-demo
demo java server-sent-events spring springframework sse-eventbus
Last synced: about 2 months ago
JSON representation
Demo application for the sse-eventbus library
- Host: GitHub
- URL: https://github.com/ralscha/sse-eventbus-demo
- Owner: ralscha
- License: apache-2.0
- Created: 2016-11-14T05:44:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T16:50:21.000Z (about 2 months ago)
- Last Synced: 2024-10-27T19:48:49.316Z (about 2 months ago)
- Topics: demo, java, server-sent-events, spring, springframework, sse-eventbus
- Language: JavaScript
- Homepage:
- Size: 889 KB
- Stars: 12
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple Spring Boot application that demonstrates the usage of
the [sse-eventbus](https://github.com/ralscha/sse-eventbus) library.The application uses the [ECharts](https://github.com/ecomfe/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](http://www.apache.org/licenses/).