This is a simple http server implementation in C.
- C compiler (e.g., GCC)
- POSIX-compliant operating system (Linux)
- Make
-
Clone the repository:
git clone https://github.com/ElhamBadri2411/HTTP-C-SERVER.git
-
Compile the server:
make
-
Run the server ./bin/server
-
The server will be listening on PORT 8080