Skip to content

Jailior/http-server-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-server-c

A HTTP server made in C

Load Scalability

Instead of create a new thread for each new request, I preallocated a thread pool which manages a job queue. This avoids creating an explosion of threads, keeping resource usage under control.

File Serving

Enabled the serving of local files through HTTP to effectively service a website. We now have a tiny limited version of Apache/Nginx

About

A HTTP server made in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published