Skip to content

AkshayKamath12/HTTP_Server

Repository files navigation

HTTP_Server

Use the provided makefile.

Run server through: ./httpserver -t (insert number of threads) portNumber

ex: ./httpserver -t 5 5432 This will run the server using 5 worker threads on port 5432

Note: Leaving out the threads parameter will cause the server to default to 4 worker threads.

About

Multi-threaded HTTP server built in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors