Polling / Live Updates
Watch the stats update automatically every 2 seconds.
Uses hx-trigger="every 2s" for automatic polling.
Visitors
324
Online now
Orders
19
Today
Revenue
$1442
Today
CPU Usage
55%
Memory Usage
57%
Last updated: 18:59:46
How it works
- The stats container has
hx-trigger="every 2s" - htmx automatically sends a GET request every 2 seconds
- Server returns only the stats block (partial HTML)
- No JavaScript polling code needed!