Skip to content

IgorLuzarraga/rxjava-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published