pranav1601 / Client-Server-JAVA

This code shows how to implement a client-server code on JAVA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client-Server-JAVA

This code shows how to implement a client-server code on JAVA

server code

The server is attached with a listener which listens to a specific port number. Whenever a suitable handshake is received from a listener, another listener is created. The new listener listen to the request made by that particular client.

client code

The client sends the requests to the server via the listener.

Start using this code by clicking here.

About

This code shows how to implement a client-server code on JAVA


Languages

Language:Java 100.0%