Skip to content

Implementation of a simple client-server chat in pure Java using sockets

License

Notifications You must be signed in to change notification settings

Brov3r/SimpleChat

Repository files navigation

Simple Socket Chat

Java version Discord GitHub License GitHub issues GitHub repo size

Implementation of a simple client-server chat in pure Java using sockets

Demo

img img

Installation

To run the chat project on your local machine, follow these steps:

Download jar and Run the Application:

java -jar .\SimpleChat-1.0-SNAPSHOT.jar --client

or

java -jar .\SimpleChat-1.0-SNAPSHOT.jar --server

How to Contribute

We welcome contributions from the community! If you'd like to contribute to the Simple Chat project, please follow these steps:

  1. Fork the Repository: Click the "Fork" button in the upper right corner of the repository's page to create your copy of the project.
  2. Create a Branch: Create a new branch for your work. Name it descriptively, related to the task or feature you intend to implement.
  3. Make Changes: Make the necessary changes to the code, fix bugs, or add new features.
  4. Testing: Before submitting a pull request, ensure that your code passes all existing tests and does not introduce new issues.
  5. Submit a Pull Request (PR): Once you have completed your work, submit a pull request to the original repository. Make sure to describe your changes and their purpose in the PR.
  6. Discussion and Review: Your changes will be discussed and reviewed by project members. There may be requests for further improvements if needed.
  7. Merge: After successful review and approval of your PR, your code will be merged into the main project repository.
  8. Acknowledgment: Your contribution will be recognized and appreciated. Thank you for your participation!

License

This project is licensed under the MIT License. You are free to use, modify and redistribute this project under the terms of the specified license.