Live comments on streams, sports events. Requirements: see new comments instantly, handle K comments/second during peaks.
Architecture: WebSocket connections grouped by event. Comment posted → message queue → fan out to all connected clients for that event. Discard for disconnected users. Rate limit per user. Moderation queue for flagged content.