Skip to content
/ Chat Public

Network chat with multiple client connections

Notifications You must be signed in to change notification settings

opifexM/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 30, 2023
723d984 · Jan 30, 2023

History

14 Commits
Jan 30, 2023
Sep 4, 2022
Aug 26, 2022
Jan 30, 2023
Sep 4, 2022
Sep 4, 2022
Jan 30, 2023
Aug 27, 2022
Aug 27, 2022

Repository files navigation

Java CI 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.

Releases

No releases published

Packages

No packages published

Languages