Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 404 Bytes

File metadata and controls

8 lines (5 loc) · 404 Bytes

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