cemiarni / 1K-httpd

Minimal non-standard http server, on linux with size less than 1KB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1K-httpd

Minimal non-standard http server, on linux with size less than 1KB

Build and Run

make
sudo ./http  # it doesn't fork
curl http://localhost/makefile

Supported platforms

  • Linux x86_64
  • MacOS X x86_64

About

Minimal non-standard http server, on linux with size less than 1KB

License:MIT License


Languages

Language:Assembly 94.7%Language:Makefile 5.3%