https://www.youtube.com/watch?v=DDhAs7GtSEY
while 1: # receive data from web server data = s.recv(config['MAX_REQUEST_LEN']) if (len(data) > 0): conn.send(data) # send to browser/client else: break
clickable text