Skip to content

A lightweight multi-threaded HTTP Server in C from Scratch.

Notifications You must be signed in to change notification settings

tauksun/httpServerC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run on Local

Run as container

 sudo docker run --name c-http-server -d -p 5454:5454 tauksun/c-http-server

Build from source

 bash ./runOnLocal.sh
 visit : localhost:5454

Build & run as container

bash ./containerize.sh

Details

 Running port & number of threads are defined in constants

About

A lightweight multi-threaded HTTP Server in C from Scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published