https://github.com/nikamelashvili/server-client
This project demonstrates the functionality of ServerSockets and Sockets. In this particular example, both a server and a client are connected to the same port (3600) on localhost. The communication between them involves the utilization of Input and Output streams to exchange data and display it on the console.
https://github.com/nikamelashvili/server-client
Last synced: 4 months ago
JSON representation
This project demonstrates the functionality of ServerSockets and Sockets. In this particular example, both a server and a client are connected to the same port (3600) on localhost. The communication between them involves the utilization of Input and Output streams to exchange data and display it on the console.
- Host: GitHub
- URL: https://github.com/nikamelashvili/server-client
- Owner: NikaMelashvili
- Created: 2024-01-17T13:17:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T14:14:06.000Z (over 1 year ago)
- Last Synced: 2025-03-31T20:35:36.952Z (6 months ago)
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server-CLient
This project demonstrates the functionality of ServerSockets and Sockets. In this particular example, both a server and a client are connected to the same port (3600) on localhost. The communication between them involves the utilization of Input and Output streams to exchange data and display it on the console.