Skip to content

Toby-exe/HTTPwebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPwebServer

A http web server written in C

Setup

  1. Compile the program
make
  1. Run the program using
./httpserver <port> <path>
  1. Open a browser and go to
localhost:<port>
  1. To stop the server, press
Ctrl+C

About

A simple http web server written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published