Spring Boot application that implements a reactive chat using the project Reactor. The GUI is made using the framework Vaadin.
- Spring Boot
- Vaadin - Java web framework - https://vaadin.com
- Project Reactor
./gradlew build
java -jar build/libs/reactor-chat-0.0.1-SNAPSHOT.jar
Connect to the server via http://localhost:8080 and start sending messages. At least two chat users are needed.
You can see that the application is reactive, when any time one user sends a message the other users are automatically updated.