mehmetalpsumer / multithread-http-server

Basic multi-thread http server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Basic multi-thread http server

License:GNU General Public License v3.0


Languages

Language:C 100.0%