Skip to content

abdurehmanimran/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

HTTP-Server

Simple HTTP Server written from scrath in C !!

Building from Source

To compile the progam, just clone the source code from Github and use make:

git clone https://github.com/abdurehmanimran/http-server.git
cd http-server
make

Running

Create a folder named web, copy the website code inside it, and run the binary:

mkdir web
cp <path> web/
./bin/http

About

Simple HTTP Server

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors