Files

22 lines
551 B
Markdown

# API Reference
Browse the generated API documentation for each EchoHub project.
## Projects
### Client
Terminal.Gui v2 TUI application -- UI components, services, themes, and configuration.
### Core
Shared library -- DTOs, models, constants, and contracts (`IChatService`, `IChatBroadcaster`, `IEchoHubClient`).
### Server
ASP.NET Core server -- controllers, hubs, ChatService, SignalRBroadcaster, authentication, and data access.
### Server.Irc
IRC protocol gateway -- TCP listener, command handler, IrcBroadcaster, and message formatter.