2018-03-06 06:13:57 +08:00
|
|
|
---
|
2018-03-20 07:40:34 +08:00
|
|
|
title: ASP.NET Core SignalR
|
2018-07-17 04:09:39 +08:00
|
|
|
author: tdykstra
|
2018-03-20 07:40:34 +08:00
|
|
|
description: Discover topics that pertain to ASP.NET Core SignalR.
|
2018-04-11 02:34:30 +08:00
|
|
|
monikerRange: '>= aspnetcore-2.1'
|
2018-07-17 04:09:39 +08:00
|
|
|
ms.author: tdykstra
|
2018-09-20 02:38:52 +08:00
|
|
|
ms.date: 09/19/2018
|
2018-03-06 06:13:57 +08:00
|
|
|
uid: signalr/index
|
|
|
|
---
|
2018-03-20 07:40:34 +08:00
|
|
|
# ASP.NET Core SignalR
|
2018-03-06 06:13:57 +08:00
|
|
|
|
2018-04-21 00:13:25 +08:00
|
|
|
* [Introduction](xref:signalr/introduction)
|
2018-10-04 02:31:18 +08:00
|
|
|
* [Supported platforms](xref:signalr/supported-platforms)
|
2018-06-22 01:35:17 +08:00
|
|
|
* [Get started](xref:tutorials/signalr)
|
2018-07-04 01:44:29 +08:00
|
|
|
* [Server concepts](xref:signalr/hubs)
|
|
|
|
* [Hubs](xref:signalr/hubs)
|
|
|
|
* [HubContext](xref:signalr/hubcontext)
|
|
|
|
* [Users and groups](xref:signalr/groups)
|
|
|
|
* [Publish to Azure](xref:signalr/publish-to-azure-web-app)
|
2018-10-02 04:21:55 +08:00
|
|
|
* [Clients](xref:signalr/clients)
|
2018-07-04 01:44:29 +08:00
|
|
|
* [.NET client](xref:signalr/dotnet-client)
|
2018-09-06 22:57:58 +08:00
|
|
|
* [Java client](xref:signalr/java-client)
|
2018-09-20 02:38:52 +08:00
|
|
|
* [Java API reference](/java/api/com.microsoft.aspnet.signalr?view=aspnet-signalr-java)
|
2018-09-06 22:57:58 +08:00
|
|
|
* [JavaScript client](xref:signalr/javascript-client)
|
2018-09-20 02:38:52 +08:00
|
|
|
* [JavaScript API reference](/javascript/api/?view=signalr-js-latest)
|
2018-09-06 22:57:58 +08:00
|
|
|
* [WebPack and TypeScript](xref:tutorials/signalr-typescript-webpack)
|
2018-06-26 11:13:28 +08:00
|
|
|
* [Configuration](xref:signalr/configuration)
|
2018-07-12 06:21:53 +08:00
|
|
|
* [Authentication and authorization](xref:signalr/authn-and-authz)
|
|
|
|
* [Security considerations](xref:signalr/security)
|
2018-06-09 10:29:07 +08:00
|
|
|
* [MessagePack Hub Protocol](xref:signalr/messagepackhubprotocol)
|
2018-06-12 19:48:02 +08:00
|
|
|
* [Streaming](xref:signalr/streaming)
|
2018-07-09 10:48:10 +08:00
|
|
|
* [Differences between SignalR versions](xref:signalr/version-differences)
|