22 lines
479 B
Markdown
22 lines
479 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
|
|
- 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
|