Skip to content

davidgfnet/micro-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-web-server

Small HTTP server for serving static websites and files

The aim of the project is to create a really small web server which uses very little memory and just one thread to serve files on the net. I've been using it on routers and small computers (like NAS).

Instructions

Just do a "make" on any POSIX compatible system and the server executable will be generated

To view the run options run it with the "-h" option. Typically the server is executed using the -p option to specify the listen port and the -d option to specify the base directory to serve. It does not support virtual hosting.

About

Small HTTP server for serving static websites and files

Resources

Stars

Watchers

Forks

Packages

No packages published