winnie-http/README.md

20 lines
460 B
Markdown

# 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`
## TODO
- File serving
- Config File
- Command Line args
## 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