Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 358 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 358 Bytes

Simple HTTP Server in C

Overview

This project is a simple HTTP server written in C for learning purposes.

Setup

  1. Clone this repository:
git clone https://github.com/miguelbcodes/simple-http-server.git
cd simple-http-server
  1. Build the project:
make
  1. Run the executable:
./simple-server