Push Over Polling

Use when designing how one component learns about another's state changes — observability, status propagation, readiness, or event reaction. Prefer server push over client polling; if polling is unavoidable, bound it.

selamy-labs 38f9b33 3.0 KB Updated

File contents

selamy-labs/agent-skills/tree/main/skills/push-over-polling commit 38f9b33e05

Frequently asked questions

npx skillmds@latest add selamy-labs/push-over-polling