mraza007 / blog

Currently hosted on vercel
https://blog-vert-iota.now.sh
MIT License
0 stars 0 forks source link

2024/building-http-server/ #12

Open utterances-bot opened 5 days ago

utterances-bot commented 5 days ago

Understanding HTTP Server by implementing in Python | Muhammad

In this post, we will understand how an HTTP server works by implementing one in Python.

https://muhammadraza.me/2024/building-http-server/

jonluca29 commented 5 days ago

Is the purpose of the script suppose to listen to any kind of requests sent to localhost on port 8000 then spew out the request to the console? I ran the code on pycharm and whenever I try accessing localhost:8000 on my browser or I use curl in my terminal info start to pop up in the pycharm console.