Example forked from https://github.com/denehs/unix-domain-socket-example
No dependencies needed, just a UNIX system
$ make
The binary files are located in:
$ cd /bin/
Run it with ./server
. It will run in an infinite loop and display what it recieved. To stop it, use Ctrl-C.
Run it with ./client
.