Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 326 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 326 Bytes

SimpleClientServerApp

A simple TCP(Transfer/transmission Control Protocol) client-server application, where a client connects to the server and sends messages, and the server displays the sent messages. The app utilizes Socket programming with threads for multithreading to allow multiple clients to connect to the server.