Simple program chat written in Java. There are two versions: console and graphical.
git clone https://github.com/gl1tchdev/simplechat.git
cd simplechat
jre 1.8 (java 8)
Server:
java -jar out/artifacts/console/server.jar
Client:
java -jar out/artifacts/console/client.jar
java -jar out/artifacts/ui/server.jar
Client:
java -jar out/artifacts/ui/client.jar
Don't forget open 4004 port
You don't need fill this field if you run server and client at the same device
Press OK
You run server and connected. To invite your friend you should send server address, and your friend should repeat 2-4 steps
Clients won't work without run server.
Use it in those cases when GUI can't be displayed (while connecting ssh for example)




