Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACTIVE CHAT WITH RXJAVA2

Spring Boot application that implements a reactive chat using RxJava2. The GUI is made using the framework Vaadin.

Modules:

Build the jar:

./gradlew build

Run the jar:

java -jar build/libs/rxjava-chat-0.0.1-SNAPSHOT.jar

How to use the application:

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.

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages