From d183c063a2654b37196c8f3a0cdfebe3c017be87 Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sun, 15 Jun 2025 14:30:53 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc311e..a67cd44 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# qtc-net-server \ No newline at end of file +# QtC.NET Server +This is a from scratch SignalR based chat server that has the following features: +- Rooms +- Direct Messaging +- Precense +- Contacts +- Profiles + +# How To Build +In order to build, you need the .NET 9 SDK. + +1. Clone This Repository +2. Run ``dotnet build`` Within The Folder That Contains The .csproj File +3. Configure And Enjoy! + +# Docker Container +This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. \ No newline at end of file