sam-ayo / Sockets

Simulating Client Server Communication over a network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sockets

Simulating Client Server Communication over a network.

How to run

javac Server.java  
java Server 

server opens a listening port (port) so it communicates with client

javac Client.java 
java Client localhost (port)

replace (port) with the port number returned by server

About

Simulating Client Server Communication over a network.


Languages

Language:Java 100.0%