Files
grpc_chat_cpp/readme.md
2026-02-09 20:59:40 +01:00

6 lines
265 B
Markdown

# Simple gRPC chat server and client
This simple chat server and client is written in c++ 20. The client uses Qt for the GUI.
This is meant as a showcase of gRPC in C++ and Qt. The project will evolve over time and is purely meant as a showcase of my C++ skills.