Basic webserver written in C programming Language. This is only for learning purposes.
gcc -Wall webserver.c -o webserver
./webserver
curl -v http://localhost:8080
OR open a browser and go to http://localhost:8080
Basic webserver written in C programming Language. This is only for learning purposes.
gcc -Wall webserver.c -o webserver
./webserver
curl -v http://localhost:8080
OR open a browser and go to http://localhost:8080