Sample demonstrating how to use SignalR's new client-to-server streaming feature
Перейти к файлу
David Fowler ded6a1da64
Minor sample cleanup (#1)
- Put things in namespaces
- Use 3.0 template
- Use IAsyncEnumerable
2019-03-10 22:19:26 -07:00
Hubs Minor sample cleanup (#1) 2019-03-10 22:19:26 -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
Startup.cs Minor sample cleanup (#1) 2019-03-10 22:19:26 -07:00
StreamManager.cs Minor sample cleanup (#1) 2019-03-10 22:19:26 -07:00
StreamR.csproj Feedback review 2019-02-15 17:50:48 -08: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