Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 276 Bytes

File metadata and controls

27 lines (19 loc) · 276 Bytes

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