Skip to content

RSKELT0N/TCP-Chat-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TCP-Client application

This is used for TCP-Server, which will allow a user to connect towards the server and send messages through a GUI application.

Run

Compile

mvn compile && mvn install

This will produce a ./target folder, containing the data for the executable.

Clean

mvn clean

This will remove the ./target folder.

Execute

From root path.

java -jar target/client.jar

Thanks for stopping by!

About

Client application that connects to a tcp server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages