GitHub Project: https://github.com/FedericoPonzi/SimpleChat/
A simple chat developed in Java using multi-threading and Sockets. This was made just for fun and studying purpose.
Open the directory "simplechat" and use the java compiler:
javac SimpleChat.java
Then type:
java SimpleChat
You will be prompted for a nickname. When ok is cliccked, the GUI and the Connection Listener will start. Click on File -> Connect and insert your buddy's IP and Port to start chatting.