https://github.com/josdem/spring-boot-sse
This project shows how we can integrate server-sent events in a spring Webflux application
https://github.com/josdem/spring-boot-sse
server-sent-events spring-boot spring-webflux
Last synced: 3 months ago
JSON representation
This project shows how we can integrate server-sent events in a spring Webflux application
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-sse
- Owner: josdem
- Created: 2019-04-24T18:50:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T22:17:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-10T20:47:54.366Z (7 months ago)
- Topics: server-sent-events, spring-boot, spring-webflux
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot Server-sent Events
----------------------------------------This project shows how to create a reactive web application using [Server-sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) with Spring Boot
#### To run the project
```bash
gradle bootRun
```#### To test the project
```bash
gradle test
```#### Read this as reference:
* https://josdem.io/techtalk/spring/spring_boot_sse/