This project is a group chat application developed in Java. It allows multiple clients to connect to a single server and chat with each other in real-time.
- Real-time Messaging: Clients can send and receive messages instantly.
- Multiple Clients: Supports multiple clients connecting to the server simultaneously.
- User-Friendly Interface: Simple and intuitive user interface for easy interaction.
- Scalable: Designed to handle multiple users efficiently.
- Java Development Kit (JDK) 1.8 or higher
- An IDE or text editor (e.g., IntelliJ IDEA, Eclipse, NetBeans)
- Clone the Repository:
git clone https://github.com/Whitfrost21/convospace.git cd convospace - Compile the Server code and run it:
javac Server.javajava Server
- Run multiple clients and enter Username:
javac Client.javajava Client

