Simple HTTP server in C
Go to file
Win 630057e3ab remove some hardcoded string lengths 2024-06-07 10:50:03 +07:00
htdocs Added File Reading functionality 2024-06-06 20:13:46 +07:00
src remove some hardcoded string lengths 2024-06-07 10:50:03 +07:00
.gitignore Added File Reading functionality 2024-06-06 20:13:46 +07:00
LICENSE Initial commit 2024-05-14 17:54:46 +07:00
Makefile Added File Reading functionality 2024-06-06 20:13:46 +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