Skip to content

flashbard/java-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

java-sockets

Socket Progarmming in Java

A simple example of client-server communication via sockets. Once the client establishes a successful connection with the server, the client can send messages to the server, which will be echoed back to the client.

Usage:

Server:
java EchoServer \<port-number\>
Client:
java EchoClient \<host-name\> \<port-number\>

About

Socket Progarmming in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages