Files

15 lines
398 B
Markdown

# Server Articles
Articles related to the EchoHub server built with ASP.NET Core.
## Topics
- Authentication and JWT tokens
- SignalR hub and real-time messaging
- IRC gateway and protocol bridging
- ChatService and broadcaster pattern
- ChannelService and channel CRUD
- File upload, validation, and cleanup
- Rate limiting configuration
- Database schema, migrations, and DataMigrationService