Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 473 Bytes

WEBSERVER

A simple web server written in c

REQUIREMENTS

A unix based system supporting gcc compiler or any other c compiler. It has been tested on a kali linux system kernel verison 5.0.0 rc6. To compile the program

gcc -o output_file server.c

Then run the output_file file on terminal type

./output_file

Then on your browser enter the address specified in the server and the port number ie 127.0.0.1:8080 if you have not edited the source code