# Winnie-HTTP Simple HTTP server in C ## Usage 1. Clone repo: `git clone https://git.winscloud.net/winsdominoes/winnie-http` 2. Build `make` (requires clang) 3. Run `./server` 4. Go to `http://localhost:8080` ## TODO - Config File - Command Line args ## Limitations - No binary files ## Resources - https://bruinsslot.jp/post/simple-http-webserver-in-c/ - https://medium.com/@nipunweerasiri/a-simple-web-server-written-in-c-cf7445002e6 - https://github.com/AmyShackles/Web-Server-in-C/ - https://devdocs.io