Skip to content

Pepedou/HTTPWebServer

Repository files navigation

HTTPWebServer

A simple HTTP Web Server written in C.

In order to build this program you will need cmake (https://cmake.org).

In the project's root directory, run the following commands:

mkdir build
cd build
cmake ..
make
./WebServer -d <public_html_directory> -p <port>

About

A simple HTTP Web Server written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published