Skip to content

Simple solution to test different aspects of SignalR library

Notifications You must be signed in to change notification settings

aRmanNM/SignalR-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is based on a book i was reading about signalr by Fiodar Sazanavets called SignalR on .NET 6 - the Complete Guide

solution contains 3 projects:

  • server (asp.net core application hosting signalr hub)
  • client (cli console application with multiple options for different scenarios)
  • idp (asp.net core application handling access token generation using identityserver4)

build and run them seperately. optionally run multiple client instances to better see different features of library. set client name as a argument like this: dotnet run --project client client1

About

Simple solution to test different aspects of SignalR library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages