This project is a simple client-server communication system implemented using signals in C. The client sends a message to the server, and the server receives and displays the message character by character.
1 - Clone
$ git clone https://github.com/GustaDNS/Minitalk.git
2 - Compile the program
$ make
3 - Run server
$ ./server
4 - Run client Now you'll use the PID it's was showed on server and send a string
$ ./client <server_pid> "TEXT"