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