Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hozer07/multi-user-chat
https://github.com/hozer07/multi-user-chat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hozer07/multi-user-chat
- Owner: hozer07
- Created: 2024-11-17T09:24:55.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T09:29:04.000Z (about 2 months ago)
- Last Synced: 2024-11-17T10:26:43.482Z (about 2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"