Simple-Web-Server-Using-Socket-Programming In this project, I built a simple web server using Python and socket programming. The server listens on port 9932, which is based on my student ID (1212312 → ...
A production-grade, educational HTTP/1.1 and HTTP/1.0 server implemented using only Python standard library modules (socket, threading, queue, os, sys, time, datetime, json, random, string, logging, ...