Skip to content

Cubelrti/my_httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_httpd

A deadly simple http server.

Prerequisite

  • Docker
  • Bash

Build

chmod +x ./build.sh
./build.sh

Initial build may take a long time since docker will pull the whole gcc image first if you don't have.

Run

chmod +x ./run.sh
./run.sh 8080 # OR any port you love

Test

Open browser and open localhost:8080 to see if the server is working correctly.

About

A deadly simple http server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published