我想创造出这样的东西:
我不知道如何在Twisted中创建"client in server“,以便将响应发送到另一台服务器。我是说希姆:
例如,它将一些文件写入fs1:
客户端->服务器-> FSClient(创建为Server.onMessage()) ->文件服务器
并得到回应:
文件服务器-> FSClient ->服务器->客户端
client.py:
ADDRESS = '127.0.0.1'
PORT = 5000
import os
import time
from random import shuffle