Skip to content

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

Notifications You must be signed in to change notification settings

pranav1601/Client-Server-JAVA

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages