This is a Java chat application that allows users to communicate with each other in real-time.
-
Clone the repository:
git clone https://github.com/ismael17-bot/ChatJava.git
-
Open the project in your preferred Java IDE. We recommend using NetBeans.
-
Build the project and run the application.
-
Start the server by running the
Servidor2.java
file. -
Start the client by running the
Cliente2.java
file. -
Check if the connection was established successfully.
-
Start chatting with other users!
- Real-time messaging between multiple users.
Contributions are welcome! Follow the steps below:
-
Fork the repository.
-
Create a branch for your contribution:
git checkout -b my-contribution
-
Make the desired changes.
-
Commit your changes:
git commit -m "My contribution"
-
Push your changes to the remote repository:
git push origin my-contribution
-
Open a pull request in the original repository.
This is a public project made by UDESC studends.