Spring 5 and Spring-Boot 2 Demo Application highly expired by bclozel/spring-reactive-university
A lot of test's and playground with Mono/Flow checkout here reactor/lite-rx-api-hands-on
Navigate to container folder and run docker-compose up -d
.
It will start MongoDB and map the ports.
Change application.properties properties according your setup and gitter token, just sign in and check token in your profile.
./gradlew bootRun
and magic will happens!
Host by default: http://localhost:8080
/
– index page from resources/templates/index.ftl with simple UI for gitter messages streaming/hello/
,/exchange
– simple API with text output/gitter
,/gitter/{name}
– Gitter exposed API's/mate
– example of reactive webclient and mongodb combininggitter/messages
– SSE API for gitter messages