When running the program you will require a server and a client. Multiple clients can be created on a device meaning you can make a server and start up separate clients. Once you have followed those ...
ターミナルでサーバーを起動します。 python server.py 別のターミナルでクライアントを起動します。 python client.py ...