SimpleChat is a basic chat application implemented in Java using sockets. It consists of two main components: ChatClient and ChatServer.
The repository includes several XML files that contain project configurations:
misc.xml: Contains miscellaneous project configurations.modules.xml: Contains module configurations.vcs.xml: Contains version control system (VCS) mappings.workspace.xml: Contains workspace-specific settings.
Feel free to explore these files to understand the project setup and configurations.
The ChatClient class represents the client-side of the chat application. It allows users to connect to a chat server, send messages, and receive messages from other users.
To run the ChatClient, execute the following command:
bash
java ChatClient krkarma777
Contributions are welcome! If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.