ChatChirp is a simple yet powerful chatting application developed using Java. It allows users to connect and communicate with each other in real-time through a user-friendly interface. The application is designed with a client-server architecture, ensuring seamless communication.
- Real-time Chat: Engage in instant messaging with friends, family, or colleagues.
- User-friendly Interface: Intuitive and easy-to-use graphical user interface (GUI).
- Cross-platform Compatibility: Developed using Java, ensuring compatibility across various operating systems.
To get started with ChatChirp, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/ChatChirp--A-Chatting-App.git
- Navigate to the project directory:
cd ChatChirp--A-Chatting-App
- Compile the server file:
javac Server.java
- Run the server:
java Server
The server will start running and waiting for client connections.
- Compile the client file:
javac Client.java
- Run the client:
java Client
The client application will open, and you can connect to the server by providing the necessary details.
Enjoy chatting with ChatChirp!