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
- Host: GitHub
- URL: https://github.com/naturalprogrammer/np-spring-reactive-demo
- Owner: naturalprogrammer
- License: other
- Created: 2018-06-12T12:22:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T12:25:29.000Z (almost 7 years ago)
- Last Synced: 2025-01-12T23:12:10.153Z (3 months ago)
- Language: Java
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```