Implemented a very basic Chat Server using C. Here we have used mutex to control access of shared variables and semaphores to maintain multiple access of readers and writes of server.
ahmedfahad04/Chat-Server
Implemented a very basic Chat Server using C. Here we have used mutex to control access of shared variables and semaphores to maintain multiple access of readers and writes of server.
C