Ross ROSS = Recommend OSS · open-source software intelligence for agents

SignalR/SignalR

Incredibly simple real-time web for .NET observed · 2026-08-28

github.com/SignalR/SignalR · homepage · C# · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

42/100

  • Activity 42
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5521
  • days_rel: n/a
  • days_push: 349
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

9402 stars · 2247 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

ASP.NET SignalR is a .NET library that makes it simple to add real-time web functionality to ASP.NET (System.Web/Katana) applications, letting server-side code push content to connected clients instantly. It abstracts transports like WebSockets and long polling behind a simple hub programming model.

Use cases

  • push live updates from server to browser clients
  • build a real-time chat application in ASP.NET
  • stream dashboard or monitoring data without page refreshes
  • implement high-frequency updates for real-time games
  • replace ajax long polling with a simpler push model
  • broadcast notifications to all connected clients

When to choose

  • you maintain a legacy .NET Framework / System.Web or Katana ASP.NET app that needs real-time push
  • you want a simple hub-based RPC model for server-to-client messaging
  • you need automatic transport fallback (WebSockets, SSE, long polling)

When to avoid

  • you are starting a new project - use ASP.NET Core SignalR instead, as this repo is in maintenance mode with no new features
  • you need a managed, scalable hosting option - consider Azure SignalR Service
  • your stack is not .NET

Facets

library · maturity maintenance

websocket rpc web-framework middleware web-development backend apis dotnet windows real-time-web server-push aspnet long-polling hubs dotnet-framework legacy real-time linux macos web-server

6 sources

Member repositories

RepositoryRoleHealth v2
SignalR/SignalRmain42

For agents

markdown · JSON · MCP: product_card(name="SignalR/SignalR")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem