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

https://github.com/naturalprogrammer/np-spring-reactive-demo

Spring Boot WebFlux Demo
https://github.com/naturalprogrammer/np-spring-reactive-demo

Last synced: about 2 months ago
JSON representation

Spring Boot WebFlux Demo

Awesome Lists containing this project

README

        

A sample Spring Boot WebFlux application for emitting infinite JSON resourses. Also contains a test case, depicting how to test infinite streams.

To try out, run the application and try the command:

```
curl http://localhost:8080/foo-stream
```