Moritz Halbritter's Personal Blog
Hi,
maybe you are interested in a small project I hacked together this afternoon:
It’s a note taking software, which is built with the new Spring 5 Webflux. It uses the Spring Data reactive Cassandra repository, so it’s possible to run the whole application non-blocking.
I wrote it primarly to learn the Spring Webflux and Project Reactor (the Mono
and Flux
you see all over the code). It’s pretty cool!