Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 259 Bytes

multi-user-chat

"Multiuser Chat Client and Server" project in "Beej’s Guide to Network Concepts"

Run server process with the command: python chat_server.py "port"

Run each client process with the command: python chat_client.py "nick" "server ip" "port"