Skip to content

zaviermiller/c-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webserver in C

Little proof-of-concept project that can serve files with an HTTP response.

Getting started

To run this project on your machine, clone the repo and run make Now you can run the server from the bin folder, using the following syntax:

bin/webserver port [root dir]

If not root dir is specified, it will serve your current directory.

Acknowledegments

This project uses source code from Dr. Planks libraries. More information about the libraries can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published