Chatroom

Published:

A use case examples of Unix IPC: socket, shared memory, and fork.

Abstract

In this project I implemented a chatroom with basic functionality: adding user, private messaging, broadcasting, and listing current users. All function is implemented only by Unix IPC and support telnet connection.

See Code: GitHub