Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kasramp/spring-reactive


https://github.com/kasramp/spring-reactive

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Spring Reactive

An example demonstrates how a Spring Reactive controller creates a flux of data.
It generates a random user every second, mimicking pulling a huge number of data from a database.

To test, run the project,

```bash
$ ./mvnw spring-boot:run
```

Then hit the endpoint,

```bash
$ curl -N "http://localhost:8080/v1/users"
```