Tag: real-time
4 articles tagged with real-time.
AG-UI: The Event Protocol That Connects AI Agents to User Interfaces
PremiumA deep dive into AG-UI (Agent-User Interaction Protocol), the open event-based protocol from CopilotKit that standardizes real-time streaming, state synchronization, and human-in-the-loop patterns between AI agents and frontend applications.
Design a Comments Thread
System design for nested comments: replies, pagination, real-time updates, and moderation. Frontend architecture and data shape.
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.
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.