This commit is contained in:
HueByte
2026-02-22 04:57:18 +00:00
parent fca77ea92f
commit 03bcf194d6
63 changed files with 8871 additions and 743 deletions
+2 -2
View File
@@ -92,9 +92,9 @@
<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 contracts (<code>IChatService</code>, <code>IChatBroadcaster</code>, <code>IEchoHubClient</code>).</p>
<p>Shared library -- DTOs, models, constants, and contracts (<code>IChatService</code>, <code>IChannelService</code>, <code>IChatBroadcaster</code>, <code>IEchoHubClient</code>).</p>
<h3 id="server">Server</h3>
<p>ASP.NET Core server -- controllers, hubs, ChatService, SignalRBroadcaster, authentication, and data access.</p>
<p>ASP.NET Core server -- controllers, hubs, ChatService, ChannelService, SignalRBroadcaster, authentication, file cleanup, and data access.</p>
<h3 id="serverirc">Server.Irc</h3>
<p>IRC protocol gateway -- TCP listener, command handler, IrcBroadcaster, and message formatter.</p>