Skip to content

kgaurav8026/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Client Chat Server with Private Messaging

A C++ chat server that supports multiple clients connecting and broadcasting messages. Clients can view active members with "showmembers", send private messages with "/pm ". Clients can exit the chat by typing "exit".

Screenshot

image