C-Terminal-Chat A simple chatapp coded in C using shm Compile program $ cd code $ gcc chatserver.c -o server $ gcc chatclient.c -o client Executing Chatapp First start the server in a separate terminal $ ./server Then start the clients in different terminal windows $ ./client