1
0
mirror of https://github.com/moshix/mvs.git synced 2026-01-11 23:43:00 +00:00

Update FederatedChat.md

This commit is contained in:
moshix 2025-10-01 06:28:37 +02:00 committed by GitHub
parent 5283d4cf3d
commit 2fcbd1c6b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
## Overview
Teh Federated Chat system is a PostgreSQL-based global chat implementation that allows multiple BBS instances to communicate with eachother through a shared database. Each BBS connects to a central PostgreSQL server where all chat messages are stored and syncronized across all participating systems.
Teh Federated Chat system is a PostgreSQL-based global chat implementation that allows multiple BBS instances to communicate with eachother through a shared database. Each BBS connects to a central PostgreSQL server where all chat messages are stored and syncronized across all participatng systems.
## Architecture
### System Componets
1. **PostgreSQL Database**: Central message storage and synchronization point
2. **BBS Instances**: Individual BBS systems that connect to teh shared database
2. **BBS Instances**: Individual BBS systems that conect to teh shared database
3. **Chat Messages**: Timestamped messages with username prefixes indicating orgin BBS
### Data Flow