simple web server jsut using the socket sys call to create socket
with handling the http request and routing and the handling method and then the response
and with using existing library to deal with mysql and with this i read about how the kernel deals with the connections and the sockets mgmt with all the queues that it creates
and appreciate all the things that the frameworks do and handle