CSC361 tutorial 2
CSC361: Tutorial 2 Go through P1 specifications Demo with Nginx Simple design idea Objectives • Use the STREAM socket (i.e., supported by TCP) in Python to create a Simple Web Server (SWS) with select() supporting both persistent and non-persistent HTTP connections. • you need to use select() and non-blocking socket() to complete P1 as a […]