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
- Host: GitHub
- URL: https://github.com/aminul-islam-niloy/java-socket-programming
- Owner: aminul-islam-niloy
- Created: 2022-11-17T16:41:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T16:46:10.000Z (over 2 years ago)
- Last Synced: 2025-01-12T15:46:25.596Z (5 months ago)
- Topics: message-interchange, socket-programming
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SOCKET PROGRAMMING
-------------------------------------------Two way communication
or interchange messegein 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 getiInputSreamfinally we have to close input and output connection
---------------------------------------------
In server machine, we have to create socket and set port[95]
sever for the clientServer recive message from client and again server send message to the client.
finally we have to close in and out connection.