AspNetCore.Docs/aspnetcore/signalr/index.md

27 lines
1.0 KiB
Markdown

---
title: ASP.NET Core SignalR
author: rachelappel
description: Discover topics that pertain to ASP.NET Core SignalR.
monikerRange: '>= aspnetcore-2.1'
ms.author: rachelap
ms.date: 07/03/2018
uid: signalr/index
---
# ASP.NET Core SignalR
* [Introduction](xref:signalr/introduction)
* [Get started](xref:tutorials/signalr)
* [Server concepts](xref:signalr/hubs)
* [Supported platforms](xref:signalr/supported-platforms)
* [Hubs](xref:signalr/hubs)
* [HubContext](xref:signalr/hubcontext)
* [Users and groups](xref:signalr/groups)
* [Publish to Azure](xref:signalr/publish-to-azure-web-app)
* [Clients](xref:signalr/javascript-client)
* [JavaScript client](xref:signalr/javascript-client)
* [.NET client](xref:signalr/dotnet-client)
* [WebPack and TypeScript](xref:tutorials/signalr-typescript-webpack)
* [Configuration](xref:signalr/configuration)
* [MessagePack Hub Protocol](xref:signalr/messagepackhubprotocol)
* [Streaming](xref:signalr/streaming)
* [Differences between SignalR versions](xref:signalr/version-differences)