An open API service indexing awesome lists of open source software.

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

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/