A Server and a Chat client to communicate.
compile it with javac run the server with a listening port as argument
java ChatServer 4444run the client with the server IP adress and the listening port
java ChatClient 127.0.0.1 4444This project is finished, at least for now. Our grade on this wasn't as good as I expected because there were some unexpected bugs. Those are still missing a corrections! For the most part, however, everything works as intended!
Made by Guilherme M and Solange P