Skip to content

Implement the server and chat client program using TCP. Multiple clients connect to the server and use this connection to transmit data to server. The server acts as a forwarding agent for the clients. It will forward the received data to the designated client. All communications between the clients goes through the server.

Notifications You must be signed in to change notification settings

khanhducle/SimpleChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleChat

Implement the server and chat client program using TCP. Multiple clients connect to the server and use this connection to transmit data to server. The server acts as a forwarding agent for the clients. It will forward the received data to the designated client. All communications between the clients goes through the server.

Demo

https://youtu.be/ix_o_GfuCbg

About

Implement the server and chat client program using TCP. Multiple clients connect to the server and use this connection to transmit data to server. The server acts as a forwarding agent for the clients. It will forward the received data to the designated client. All communications between the clients goes through the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published