Hcerver is a minimal http server written in C.
Just clone this repo and issue the command make.
cd hcerver && make
./run
Visit localhost:8080.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.