Skip to content

ElhamBadri2411/HTTP-C-SERVER

Repository files navigation

C Server

This is a simple http server implementation in C.

Prerequisites

  • C compiler (e.g., GCC)
  • POSIX-compliant operating system (Linux)
  • Make

Usage

  1. Clone the repository:

    git clone https://github.com/ElhamBadri2411/HTTP-C-SERVER.git
  2. Compile the server:

    make 
  3. Run the server ./bin/server

  4. The server will be listening on PORT 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published