This is a 42 project. The purpose is to create a data exchange between server and client with UNIX signals.
git clone https://github.com/richardmarcela/42-minitalk.git
cd 42-minitalk/
make
./server
./client <server_PID> <message>
and that's basically it! :)