Context
Dashboards/leaderboards poll for updates. Live campaigns benefit from realtime push of progress and
ranking changes.
Scope
- SSE or WebSocket channel publishing campaign/leaderboard deltas from indexer events.
- Backpressure + reconnection with last-event-id resume; auth on the channel.
- Fallback to polling when realtime is unavailable.
Acceptance criteria
- Connected clients receive live updates with reliable reconnect/resume.
Verification
- Test pushes an event and asserts subscribed clients receive it; reconnect resumes without gaps.
Context
Dashboards/leaderboards poll for updates. Live campaigns benefit from realtime push of progress and
ranking changes.
Scope
Acceptance criteria
Verification