Skip to content

JohnAlJazz/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Project

this project simulates a chat system in which clients can join groups of their choice and send messages.

simple run instructions:

clone the project to your local machine NOTICE: the project runs on linux OS

in the project directory open a terminal and run this commands:

make check_all (to compile all app)
make run_server (to run server)

make clean_all (to clean all app)

when server is up, navigate to Client directory
in a different terminal\tab and run:
make check

############################

you can compile, run and clean up
each directory by running its
make, make check and make clean correspondingly

ENJOY!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published