Project made on the third day of the "Concurrent Programming" Java module during the 7th week of the Code for All_ Full-Stack Programming bootcamp. Server allows for multiple clients on different threads, and accepts user commands.
Java Runtime Environment 1.7
Server
- Download the current server version from the releases page
- Run from terminal:
java -jar ChatServer.jar
Client
- Download the current client version from the releases page
- Run from terminal:
java -jar ChatClient.jar - Type the server's IP address, and type 8085 when asked for the port number
- Java 1.7
- /name changes username
- /quit closes user session
- /shout changes message to uppercase
- /whisper sends message to another user privately
