This is a chat application that's built with Java Socket Programming based on TCP
- Send private messages
- Send group messages
- Send broadcast messages
- Allows to create a group
- Allows to add users to group
- Message storage in MYSQL DB.
- Thread usage for each client.
- Simple message interface with Java Swing