winnie-http/README.md

22 lines
479 B
Markdown
Raw Normal View History

2024-05-23 20:12:03 +07:00
# Winnie-HTTP
2024-05-14 17:54:46 +07:00
2024-05-16 15:54:17 +07:00
Simple HTTP server in C
2024-05-23 20:12:03 +07:00
## Usage
2024-05-23 20:12:56 +07:00
1. Clone repo: `git clone https://git.winscloud.net/winsdominoes/winnie-http`
2024-05-23 20:12:03 +07:00
2. Build `make` (requires clang)
3. Run `./server`
## TODO
- Config File
- Command Line args
2024-06-07 19:07:05 +07:00
## Limitations
- No binary files
2024-05-16 15:54:17 +07:00
## 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