Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 284 Bytes

Webserver in C

Basic webserver written in C programming Language. This is only for learning purposes.

To Run

gcc -Wall webserver.c -o webserver
./webserver

To Test

curl -v http://localhost:8080

OR open a browser and go to http://localhost:8080