Simple HTTP server in C
Go to file
Win 800ba738dc makefile 2024-06-05 15:41:02 +07:00
src makefile 2024-06-05 15:41:02 +07:00
.gitignore Initial commit 2024-05-14 17:54:46 +07:00
LICENSE Initial commit 2024-05-14 17:54:46 +07:00
Makefile makefile 2024-06-05 15:41:02 +07:00
README.md Update README #2 2024-05-23 20:12:56 +07:00

README.md

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