Skip to content

hamzaavvan/C-Terminal-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

Terminal Chatapp - C Terminal Chatapp - C

Releases

No releases published

Packages

No packages published