Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.05 KB

multiclient_server

construct server which can deal with multi-client using kqueue()

🎯 TO DO

Want to make a chat server
The server get messages from clients and send these messages to all other clients who is currently connected to this server

✔️ Test

  • You can connect to this server using netcat
  1. Execute server image

  2. Connect nc client to this server (Port# : 6667) image 6667 is well-known TCP port number for IRC traffic

  3. Type somes messages image

  4. Check all clients can receive that messages
    Currently the client who sends that message also receive identical message !
    We are considering the user not to get back that message