Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

greetings-socket project

This project is a spin off my-app application. The code is splitted into a server and a client pieces that communicates over tcp/ip sockets.

Run

To run tests:

mvn clean test
mvn clean package
jar -t target/greetings-socket-1.0-SNAPSHOT-jar-with-dependencies.jar

java -cp target/greetings-socket-1.0-SNAPSHOT-jar-with-dependencies.jar edu.harrisburgu.cisc525.app.Main server 8080

java -cp target/greetings-socket-1.0-SNAPSHOT-jar-with-dependencies.jar edu.harrisburgu.cisc525.app.Main client localhost 8080 "John Doe"

The output should be, Received Hello, John Doe from SaintGoretti/49692@SaintGoretti from SaintGoretti/45532@SaintGoretti

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages