Skip to content

mercebc/EchoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo Server

To run the echo server

First, build the project

./gradlew clean build

And then start the server in port 5000

java -cp build/libs/Echo-server-0.1.0.jar Server/EchoServer 5000

To start the (built-in) Echo client, run:

java -cp build/libs/Echo-server-0.1.0.jar Client/EchoClient 5000

To run Netcat

Start netcat and connect to localhost on port 9090

netcat localhost 5000

Right after, type your the name of the client or your name

netcat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages