Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 374 Bytes

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