Add readme

This commit is contained in:
2026-02-09 20:59:40 +01:00
parent ed02a86331
commit e663107666

5
readme.md Normal file
View File

@@ -0,0 +1,5 @@
# 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.