Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 252 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 252 Bytes

Yêu cầu: python 3.8.5 hoặc cao hơn

Cài đặt thư viện asyncio

run: pip install asyncio

Đối với UDP chat:

run: python3 main.py

Đối với TCP chat:

run server: python3 Server.py

run client: python3 main.py