An implementation of chat rooms using POSIX and C NOTE: UPDATE ON README AND CODE CLEAN UP ON NEXT COMMIT
After entering directory:
$ make
Run the main_server
executable.
.\main_server
For a client to connect: Enter a username
./main_client localhost <username> <roomOption>
roomOptions
can be the following:
1.new
as a roomOption, the client connects to the next empty available room
2. An integer from 0 to 5 to connect to those rooms
3. The client can enter nothing and they'll receive a status of all the rooms in the server,
in which they can enter their number OR enter new
again