A simple TCP client-server application written on C, with worker pool and requests queue. With factorial calculation example.
You should have cmake and gcc installed!
./src/scripts/build.sh
All built files will be written an ./src/build folder.
cd ./src/scripts
./start_server.sh &
./start_client.sh