This commit is contained in:
HueByte
2026-02-19 10:40:46 +00:00
parent 6db53453af
commit a60dcb4476
35 changed files with 10451 additions and 53 deletions
+4 -2
View File
@@ -92,9 +92,11 @@
<h3 id="client">Client</h3>
<p>Terminal.Gui v2 TUI application -- UI components, services, themes, and configuration.</p>
<h3 id="core">Core</h3>
<p>Shared library -- DTOs, models, constants, and the SignalR client contract.</p>
<p>Shared library -- DTOs, models, constants, and contracts (<code>IChatService</code>, <code>IChatBroadcaster</code>, <code>IEchoHubClient</code>).</p>
<h3 id="server">Server</h3>
<p>ASP.NET Core server -- controllers, hubs, authentication, and data access.</p>
<p>ASP.NET Core server -- controllers, hubs, ChatService, SignalRBroadcaster, authentication, and data access.</p>
<h3 id="serverirc">Server.Irc</h3>
<p>IRC protocol gateway -- TCP listener, command handler, IrcBroadcaster, and message formatter.</p>
</article>