python-socket-chat 使用低级 套接字 库实现了一个 python 中的超级基本聊天室。运行 chat_server.py
,然后根据需要运行尽可能多的 客户端 实例。目前仅适用于在 本地主机 或同一 网络 上运行的实例之间。执行以下命令启动:
python chat_server.py
python chat_client.py localhost 8000
python-socket-chat 使用低级 套接字 库实现了一个 python 中的超级基本聊天室。运行 chat_server.py
,然后根据需要运行尽可能多的 客户端 实例。目前仅适用于在 本地主机 或同一 网络 上运行的实例之间。执行以下命令启动:
python chat_server.py
python chat_client.py localhost 8000
暂无评论