Skip to content

pwdz/cpp-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

cpp-chat

TCP Client Server(Multithreaded)
Use -pthread flag while compiling

./server [server-port-number]
./client [server-port-number] [client-name]

Supported commands:

  • /join [groupId]
  • /send [groupId][message]
  • /leave [groupId]
  • /quit

About

TCP Client Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages