https://github.com/vadyushkins/simple-grpc-chat
Simple gRPC chat written in Python with PyQt5
https://github.com/vadyushkins/simple-grpc-chat
grpc grpc-chat grpc-python pyqt5 pyqt5-chat python-chat
Last synced: 3 months ago
JSON representation
Simple gRPC chat written in Python with PyQt5
- Host: GitHub
- URL: https://github.com/vadyushkins/simple-grpc-chat
- Owner: vadyushkins
- License: mit
- Created: 2021-06-02T13:22:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T12:05:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T09:24:49.031Z (5 months ago)
- Topics: grpc, grpc-chat, grpc-python, pyqt5, pyqt5-chat, python-chat
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-grpc-chat
[](https://github.com/vdshk/simple-grpc-chat/actions/workflows/lint.yml)
### Description
Implementation of a chat with gRPC in Python.
User could act as a client or server.
If the application runs as a server, the IP address and port will be generated.
Otherwise, the IP and port of a host should be specified and server should be already running.### Requirements
```shell
pip install -r requirements.txt
```### Run
```shell
python3 main.py
```### Architecture
