https://github.com/therustifyer/python-sockets-chat
Python chat based on WebSockets and multi-threading
https://github.com/therustifyer/python-sockets-chat
Last synced: 9 months ago
JSON representation
Python chat based on WebSockets and multi-threading
- Host: GitHub
- URL: https://github.com/therustifyer/python-sockets-chat
- Owner: TheRustifyer
- Created: 2021-01-28T15:37:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T12:44:54.000Z (about 5 years ago)
- Last Synced: 2025-01-20T05:52:30.981Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Sockets Chat
Implementation of a socket communication architechture based on the `client-server` model.
## The client code
[Client](https://github.com/Pyzyryab/Python-Sockets-Chat/blob/main/src/client.py) implementation
## The server-side code
[Server](https://github.com/Pyzyryab/Python-Sockets-Chat/blob/main/src/client.py) implementation.