Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 632 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 632 Bytes

SimpleConsoleChat

A simple chat application that is running in the terminal.

Usage

Client

To start the client, execute the SimpleConsoleChat.jar file using the following command in the command line:

java -jar SimpleConsoleChat.jar <server address> <port>

Replace <server address> with the address and <port> with the port of the server you are trying to connect to.

Server

To start the server, execute the SimpleConsoleChat.jar file using the following command in the command line:

java -cp SCCServer.jar de.kaes3kuch3n.scc.server.SCCServer <port>

Replace <port> with the port number you wish to use.