Skip to content
/ YouChat Public

Chat forum software build in JAVA using RMI Server

Notifications You must be signed in to change notification settings

imadhy/YouChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

YouChat

Chat forum software build in JAVA using RMI Server. The history of conversations and topics are stored in an xml file "db.xml". Thus it will be easy to share it with another service or implement it with another software.

Run the server first :

$ cd Server/target
$ java -cp Server-1.0-SNAPSHOT.jar com.univ.alma.middleware.App

Then run the client :

$ cd ..
$ cd Client/target
$ java -cp Client-1.0-SNAPSHOT.jar com.univ.alma.middleware.ChatGUI

Then enter you nickname and the server ip (for test here it's 127.0.0.1)

Yey it's working :P !

Screenshot

About

Chat forum software build in JAVA using RMI Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages