Tag: real-time
3 articles tagged with real-time.
Design a Comments Thread
System design for nested comments: replies, pagination, real-time updates, and moderation. Frontend architecture and data shape.
5 min readFeb 27, 2026
SeniorArchitect
Design a Real-Time Chat Application
PremiumSystem design for Slack/WhatsApp-style chat: WebSocket management, message ordering, offline support, typing indicators, read receipts, search, and file uploads.
5 min readFeb 20, 2026
SeniorArchitect
Design a Frontend Notification System
PremiumSystem design for toasts, badges, and notification center: queue management, auto-dismiss, priority, read/unread, real-time delivery (SSE/WebSocket), filtering, push notifications, and overflow behavior.
5 min readFeb 20, 2026
SeniorArchitect