HTTP chat client-server pair in C setup [Ubuntu] First compile & Run the server gcc multiserver.c -pthread ./a.out Then Run multiple clients gcc multiclient.c -pthread ./a.out <client name> Happy Chatting !