/Client-Server-JAVA

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

Primary LanguageJava

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.