Skip to content

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.

Notifications You must be signed in to change notification settings

DenzelSE/SimpleClientServerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages