Update README
This commit is contained in:
parent
43b4da02dd
commit
55384697d7
12
README.md
12
README.md
|
@ -1,7 +1,17 @@
|
|||
# simple-web-server
|
||||
# Winnie-HTTP
|
||||
|
||||
Simple HTTP server in C
|
||||
|
||||
## Usage
|
||||
1. Clone repo: `git clone https://git.winscloud.net/winsdominoes/simple-web-server`
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue