Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages