An open API service indexing awesome lists of open source software.

https://github.com/aminul-islam-niloy/java-socket-programming

Java Socket Programming to interchange message between two machine
https://github.com/aminul-islam-niloy/java-socket-programming

message-interchange socket-programming

Last synced: 3 months ago
JSON representation

Java Socket Programming to interchange message between two machine

Awesome Lists containing this project

README

        

SOCKET PROGRAMMING


-------------------------------------------

Two way communication
or interchange messege

in client machine we have to create a socket we have to define same [port 95]

in client to server messeage "Hello Serer"
and it also recived messegefrom server by BufferReader getiInputSream

finally we have to close input and output connection

---------------------------------------------

In server machine, we have to create socket and set port[95]
sever for the client

Server recive message from client and again server send message to the client.

finally we have to close in and out connection.