зеркало из
1
0
Форкнуть 0
Code samples for Azure SignalR
Перейти к файлу
Liangying.Wei 7e7c310fa6
Create build-samples.yml (#279)
* Create build-samples.yml
2024-06-12 13:35:25 +08:00
.github/workflows Create build-samples.yml (#279) 2024-06-12 13:35:25 +08:00
aspnet-samples Create build-samples.yml (#279) 2024-06-12 13:35:25 +08:00
docs Add sample for client invocation. 2022-10-27 15:35:55 +08:00
samples Create build-samples.yml (#279) 2024-06-12 13:35:25 +08:00
.gitignore update to 1.0.11 (#102) 2019-07-24 16:31:58 +08:00
CODE-OF-CONDUCT.md Link Code of Conduct (#130) 2020-04-09 12:21:21 -07:00
LICENSE Initial commit 2018-02-10 18:59:46 -08:00
README.md Create build-samples.yml (#279) 2024-06-12 13:35:25 +08:00

README.md

Welcome to Azure SignalR Service

This repository contains documentation and code samples for Azure SignalR Service.

Azure SignalR Service is an Azure managed service that helps developers easily build web applications with real-time features.

This service supports both ASP.NET Core SignalR and ASP.NET SignalR. SignalR is an open source library that simplifies the process of adding real-time web functionality to applications.

The ASP.NET Core version is not a simple .NET Core port of the original SignalR, but a rewrite of the original version. As a result, ASP.NET Core SignalR is not backward compatible with ASP.NET SignalR (API interfaces and behaviors are different). If it is the first time you try SignalR, we recommend you to use the ASP.NET Core SignalR, it is simpler, more reliable, and easier to use.

For more information about SignalR, please visit SignalR official site.

If you're new to Azure SignalR Service, this repo contains useful documentation and code samples that can help you quickly get started to use this service.

To learn how to use Azure SignalR Service, you can start with the following samples:

ASP.NET Core SignalR samples

More advanced samples are listed as below:

Archived Chat Room Example under AspNetCore 2.1 version:

ASP.NET SignalR samples