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

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

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.