mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
15 lines
398 B
Markdown
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
|