I learnt the main idea from this project: spring-boot-reactive-sse
HTML5 Client reference: HTML5 Server-Sent Events
I rewrite this project, and commit some changes:
- restructure packages
- add CORS configuration and HTML5 client
- add Java Http Client
- add Python Client
- add Node.js Client
- Spring Boot 2
- Spring Webflux
You can use cURL command in terminal to test API
curl -v http://localhost:8080/stock/transaction
MIT License