Sample demonstrating how to use SignalR's new client-to-server streaming feature
Перейти к файлу
Dan Moseley 96313ccda2
Create README.md
2024-05-07 15:25:27 -06:00
Hubs Use IAsyncEnumerable (#7) 2019-09-13 19:09:20 -07:00
Pages Fix multiple viewers competing for frames 2019-01-14 21:14:13 -08:00
wwwroot Video streaming working 2019-01-12 22:00:20 -08:00
.gitignore Initial commit 2019-03-08 15:18:02 -08:00
LICENSE Initial commit 2019-03-08 15:18:02 -08:00
NuGet.config Feedback review 2019-02-15 17:50:48 -08:00
Program.cs Minor sample cleanup (#1) 2019-03-10 22:19:26 -07:00
README.md Create README.md 2024-05-07 15:25:27 -06:00
Startup.cs Updates for changed to .NET Core 3 (#6) 2019-09-13 09:32:44 -07:00
StreamManager.cs Use IAsyncEnumerable (#7) 2019-09-13 19:09:20 -07:00
StreamR.csproj Updates for changed to .NET Core 3 (#6) 2019-09-13 09:32:44 -07:00
StreamR.sln Initial StreamR app 2019-01-12 13:41:56 -08:00
THIRD-PARTY-NOTICES.txt Add license notice (#1) 2019-02-19 09:57:48 -08:00
appsettings.Development.json Video streaming working 2019-01-12 22:00:20 -08:00
appsettings.json Initial StreamR app 2019-01-12 13:41:56 -08:00

README.md

We are no longer taking changes to this repository. It exists as an archived reference only.