Skip to content

berkslv/c-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Multithread Webserver Written in C

This is a simple multithread web server in the C language which serves static file request.

It's uses pthread for responsing mulitple request concurrently.

Compile

Just run the following and you will get the server.exe file. Run it and you will have a simple web server running on HTTP/1.0 in port 4000

make

About

This is a simple multithread web server in the C language which serves static file request over HTTP/1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published