Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
users.txt
data
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# MultiPersonChat
# MultiPersonChat

## 运行环境
- python 3

## 运行命令
- 服务端启动(只能打开一个服务端)
```bash
python server.py
```
- 客户端启动(支持多个客户端)
```bash
python client.py
```
Binary file removed client.exe
Binary file not shown.
Loading