/c-http-server

A simple HTTP Server written in c.

Primary LanguageCMIT LicenseMIT

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. :)