Skip to content

CollectiveLearning/SocketChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocketChat

Simple chat with sockets. After learn how to use threads, we need to talk about it. That is why we need to build our custom chat program. In this problem we need to design and develop a Client-Server application, it need to have the following requirements:

  1. Use sockets + threads to handle multiple clients Simple tutorial
  2. We will be able to chat over LAN/WAN network.
  3. Desing a protocol, so every solution have to implement it and every server/client can talk with each other.

Chat functions

  1. Connect a user, require a nickname.
  2. List users connected.
  3. Send public messages.
  4. Send private messages.
  5. Disconnect from server.
  6. Show help message.

About

Simple chat with sockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages