A multithreaded console chat application designed to demonstrate client-server and multithreading programming practices. Each message is ephemeral and anonymised, lasting only as long as the users that saw it are connected.
- JRE 11 or above
- Maven 3.6.3 or above
Execute mvn package
and run the generated jar file with java -jar target/core-{version}.jar