Skip to content

af-inet/Http-Server-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http-Server-C

A static HTTP server written in C with basic configuration options.

build

clone https://github.com/DavidHargat/Http-Server-C

make

should output: build/app

run

build/app -p <port>

options

required

-p <number> - port number

optional

-v - verbose mode

dependencies

Linux (implemented with GNU sockets)

gcc - https://gcc.gnu.org

About

Basic Http Server in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published