https://github.com/opifexm/chat
Network chat with multiple client connections
https://github.com/opifexm/chat
client-server jackson java junit5 maven socket-client socket-server
Last synced: about 1 year ago
JSON representation
Network chat with multiple client connections
- Host: GitHub
- URL: https://github.com/opifexm/chat
- Owner: opifexM
- Created: 2022-08-26T02:09:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T14:32:35.000Z (over 2 years ago)
- Last Synced: 2025-01-11T10:48:17.686Z (about 1 year ago)
- Topics: client-server, jackson, java, junit5, maven, socket-client, socket-server
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/opifexM/Chat/actions/workflows/main.yml)
[](https://codeclimate.com/github/opifexM/Chat/maintainability)
## Network chat with multiple client connections
Configuring the client and server in a file:
- settings.txt
The event log is written to files:
- clientFile.log
- serverFile.log
To connect, you need:
1. Set the server's IP address in the settings file.
2. In the input line, specify the nickname for chatting.
3. To end the chat, enter the exit command **"/exit"**.
*The exit command can also be changed in the settings.*