Skip to content

💻 Simulation of a chat program for multiple users.

Notifications You must be signed in to change notification settings

ingokuba/swing-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swing Chat CircleCI codecov Quality Gate Status

💻 Simulation of a chat program for multiple users. A documentation of the project can be found here.

Running the project

Development

Execute dhbw.swingchat.Main.

Maven

Building the jar:

mvn package

the generated jar is located in target/swing-chat.jar

execute with:

java -jar swing-chat.jar

Storage

The state of the application is persisted in a json file (Chat.json) located relative from the location of the project or from where the jar is executed.