Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hozer07/multi-user-chat


https://github.com/hozer07/multi-user-chat

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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"