Skip to content

c3phas/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple webserver written in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages