Web Server Project

A snippet of code that runs the web server.

I wanted to learn the fundamentals of how a web server works. Naturally, I decided that building one would teach me a lot about them. Like GET and POST requests are how our browsers send and retreive data all over the world. At the moment, the web server isn't very complex, and you need to hard code the data you wanna GET or POST. I intend to build upon its security and functionality over time.

Languages used during the development of this project:

  • Python