This project is a chat application that allows users to communicate in real-time. It consists of a server and client architecture, enabling multiple users to connect and chat with each other. Righ now this chat application is connected to my own server which is hosted on a Raspberry pi.
- Clone the repository:
git clone <https://github.com/BW404/GUBChat.git>
- Navigate to the project directory:
cd GUBChat - Compile the Java files:
javac src/*.java
- Start the server:
java ChatServer.java
- Run the main file:
java Main.java
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.