Go to file
2023-12-07 00:10:38 +02:00
index.html complete tutorial from video 2023-12-07 00:10:38 +02:00
main.c complete tutorial from video 2023-12-07 00:10:38 +02:00
README.md complete tutorial from video 2023-12-07 00:10:38 +02:00

Minimal Web Server

gcc -o main main.c
./main

Original tutorial: https://www.youtube.com/watch?v=2HrYIl6GpYg