From e66310766688b98f040d3814b28356ccc0659472 Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Mon, 9 Feb 2026 20:59:40 +0100 Subject: [PATCH] Add readme --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ce7624d --- /dev/null +++ b/readme.md @@ -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.