cd part1
- Run
make
- Run
./server
- In a different terminal run
./client 127.0.0.1
and enter your input without spaces. cd part2
- Run
make
- Run
./guard
for our demo - Run
./singleton
for our demo - Run
./reactor
to run the server of the reactor then run multiple clients./client 127.0.0.1
and enter a message it will be broadcasted to all the clients.