Signalr

USE FOR: Building real-time web features using ASP.NET Core SignalR with WebSocket, Server-Sent Events, and long polling transports. Use when implementing live chat, notifications, dashboards, collaborative editing, or any scenario requiring server-to-client push messaging. DO NOT USE FOR: Request-response APIs without real-time requirements (use minimal APIs or controllers), message queuing between backend services (use RabbitMQ, Azure Service Bus, or MassTransit), or streaming large file transfers (use HTTP streaming or gRPC server streaming).

Tyler-R-Kendrick 980b2c3 16 files · 38.7 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/web/signalr commit 980b2c303e

Frequently asked questions

npx skillmds add tyler-r-kendrick/signalr