зеркало из
1
0
Форкнуть 0
Code samples for Azure SignalR
Перейти к файлу
Eric Xing caba1736ba
upgrade to .net 6.0 for some samples (#186)
* upgrade to .net 6.0 for some samples

* add DockerFile for some samples

* update README about docker deployment

* update Dockerfile and Readme for some samples

* update readme for some samples

* update dockerfile
2022-06-01 11:10:18 +08:00
aspnet-samples Upgrading to net472 (#148) 2021-11-08 17:14:01 +08:00
docs minor update. 2020-09-08 16:30:25 +08:00
samples upgrade to .net 6.0 for some samples (#186) 2022-06-01 11:10:18 +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 Copy current chatrooms to a netcore21 folder (#123) 2020-02-19 14:30:08 +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