Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 286 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 286 Bytes

c-http-server

A simple HTTP Server written in c.

How to build

mkdir build
cd build
cmake ..
cmake --build .

# install
cmake --install .

How to use

# PORT 8080 is default
# you can use whatever you like
http 8080

More features will be added soon. :)