Skip to content

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

Notifications You must be signed in to change notification settings

CacaoTalk/multiclient_server

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published