Webserver in C

A fun project to understand what high level frameworks do under the hood to make our lives easier!

To build (with gcc) run the command: gcc -o ./bin/server server.c -lws2_32