Skip to content
/ Chat Public

Network chat with multiple client connections

Notifications You must be signed in to change notification settings

opifexM/Chat

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