Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 289 Bytes

File metadata and controls

7 lines (5 loc) · 289 Bytes

Multi-thread C HTTP Server

Description

A basic multi-thread HTTP server written in C. Can response HTML and/or jpeg files. Connections that is over the desired client number are simply killed and responded with 503.

Compiler

The code was compiled with GCC version 8.2.1.