Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 554 Bytes

File metadata and controls

17 lines (15 loc) · 554 Bytes

SimpleTCP Client/Server

Build Status

A simple TCP client-server application written on C, with worker pool and requests queue. With factorial calculation example.

Building server and client

You should have cmake and gcc installed!

./src/scripts/build.sh

All built files will be written an ./src/build folder.

Starting server and client

cd ./src/scripts
./start_server.sh &
./start_client.sh