Simple HTTP server in C
Go to file
Win d34f3ad211 Added main index page, removed elf file 2024-07-07 20:39:15 +07:00
htdocs Added main index page, removed elf file 2024-07-07 20:39:15 +07:00
src Added main index page, removed elf file 2024-07-07 20:39:15 +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 Added main index page, removed elf file 2024-07-07 20:39:15 +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
  4. Go to http://localhost:8080

TODO

  • Config File
  • Command Line args

Limitations

  • No binary files

Resources