Tag
#real-time
4 articles
Real-Time Dashboards: Chart.js with Phoenix LiveView
Building real-time dashboards using Chart.js with LiveView hooks, handling live data updates, D3.js fallback patterns, and MetaMask browser extension compatibility.
Phoenix PubSub at Scale: Real-Time Event Architecture
Phoenix PubSub powers real-time features across the Prismatic Platform, from DD pipeline events to error pattern tracking. This article covers topic design, subscriber patterns, and handling backpressure at scale.
LiveView Performance Patterns for Complex Dashboards
Practical patterns for building high-performance Phoenix LiveView dashboards: defensive mounts, efficient assigns, PubSub-driven updates, and Chart.js integration with sub-150ms mount times.
Phoenix PubSub at Scale: Topic Design and Fan-Out Patterns
Deep dive into Phoenix PubSub architecture for real-time event distribution at scale, covering topic design, fan-out patterns, message batching, and production conventions.