Skip to content

SunPodder/c-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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