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.