bookmark

Web application from scratch, Part I · Bogdan Popa


Description

This is the first in a series of posts in which I’m going to go through the process of building a web application (and its web server) from scratch in Python. For the purposes of this series, I’m going to solely rely on the Python standard library and I’m going to ignore the WSGI standard. Without further ado, let’s get to it! The web server To begin with, we’re going to write the HTTP server that will power our web app.

Preview

Tags

Users

  • @achakraborty
  • @bshanks

Comments and Reviews