Skip to content

A basic Web Server in native C for Linux-based systems

Notifications You must be signed in to change notification settings

AmanDaVinci/WebServerC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebServerC

Web Server in C that serves static and dynamic content

Usage:

$ make
$ ./server [-p port] /path/to/root

As easy to use as Apache Server Just input the path to the folder to be hosted (optionally the port number) and it's online

Content Served currently [MIME type]: text/css text/html image/gif image/x-icon image/jpeg text/javascript text/x-php image/png

Request Method support: GET

Supports HTTP version HTTP/1.1

About

A basic Web Server in native C for Linux-based systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages