Skip to content

Mxo01/EchoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Echo Server

Simple Echo Server which receives a series of messages from the Client and sends them back adding "echoed by Server" to the message. Both Client and Server take advantage of the java.nio package provided by Java using ByteBuffers to store sent messages to be sent via SocketChannel.

Installation (Windows)

First of all you need to install jdk from Downloads.

So check everything is ok:

  javac --version
  java --version

If you're using Visual Studio Code check this Extension.

On Linux it is much simpler and you just have to write a few lines of code on the terminal and you are done.

Authors

For doubts or concerns mariodimodica.01@gmail.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages