Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 393 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 393 Bytes

TCP-Chat-server

THis is a group chat server. Server takes port number as CLA.

When client sends a message (not starting with GROUP), it is sent to every client conected to server.

When client sends a message GROUP$ (no), server adds the client to group named .

When client sends a message GROUPMSG$(no)$(msg), server sends the message to all the clients in the group named (no).