## Server ```bash python main.py server 127.0.0.1 8999 --path chat_example.json ``` ## Client ```bash python main.py client 127.0.0.1 8999 --path chat_example.json ```