Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Chat Server implementation that uses I/O multiplexing technique with select() function. This code allows the server to handle multiple client connections at once without having to create a new thread or process for each client. Here is a more detailed explanation:


to compile the code

```bash
gcc -o chat_server chat_server.c
```

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages