Hubs API

E827350

Hubs API is a core programming interface in ASP.NET SignalR that enables real-time communication between server-side hub classes and connected client applications.

All labels observed (2)

Label Occurrences
Hubs API canonical 1
SignalR Hubs API 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf ASP.NET SignalR component
programming interface
abstracts low-level connection management
transport selection
allows invoking client methods from server
invoking server methods from clients
clientDocumentationURL https://learn.microsoft.com/aspnet/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client
clientSideLibrary .NET SignalR client
linked to: ASP.NET SignalR

JavaScript SignalR client
other platform-specific SignalR clients
compatibleWith .NET Core (via ASP.NET Core SignalR successor APIs)
linked to: .NET Core

.NET Framework
connects connected client applications
server-side hub classes
definedIn Microsoft.AspNet.SignalR namespace
linked to: ASP.NET SignalR
developedBy Microsoft
documentationURL https://learn.microsoft.com/aspnet/signalr/overview/guide-to-the-api/hubs-api-guide-server
enables bi-directional communication between server and clients
exposesConcept Hub
Hub method
client proxy
server proxy
partOf ASP.NET SignalR
primaryLanguage C#
serverSideBaseClass Microsoft.AspNet.SignalR.Hub
linked to: ASP.NET SignalR
supports real-time communication
supportsFeature authorization on hubs
automatic reconnection (depending on transport)
broadcast messaging
connection management
group management
lifetime events
strongly-typed hubs
user-specific messaging
supportsLanguage C#
VB.NET
linked to: Visual Basic .NET
supportsTransport Server-Sent Events (SSE)
linked to: Server-Sent Events

WebSockets (when available)
forever frame
long polling
usedFor chat applications
collaborative applications
live dashboards
push notifications to clients
real-time web functionality
usedIn .NET applications
ASP.NET applications
usesTransportAbstraction SignalR transport layer

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

ASP.NET SignalR hasComponent Hubs API
Persistent Connections API comparedTo SignalR Hubs API
linked to: Hubs API