/gcd-practice

Writing sample HTTP server in C for hands on with GCD (Grand Central Dispatch)

Primary LanguageC

gcd-practice

Run instructions:

make
Server : ./server <PORT_NUM>
Client: ./client <PORT_NUM>

TODO

  1. Bug fix for server crashing when client disconnects/ client process ends.
  2. Integrate GCD code.
  3. Test cases.