minimalistic-web-server Basic http web-server for students learning about writing servers. Compile: gcc server.c -lpthread Run : ./a.out How to test it Open the browser and enter the url: http://127.0.0.1:3006/index.html