This is a simple http web server in C Tutorial http made easy Compile the server: gcc -o myserver myserver.c Run the server: ./myserver Open browser go to http://localhost:8080 to see the result Note: If you want to check all warnings gcc -Wall myserver.c -o myserver