Async TCP Server implementing HTTP protocol
As title states, this is a simple TCP server written in C.
To start project use the Makefile
make
You will see
./server
~~~~~~~~~Waiting to accept a new conn~~~~~~~~
After which you can create a seperate terminal and invoke the client:
./client
When you’re done and want to clean up the artifacts:
make clean
To-Do: