I have an existing ASP.net Core
app that targets the full 4.6.1 .NET Framework
instead of the .NETCore framework
.
I need to know: is there ANY way to use SignalR
on such an app? Reading around the net I found some people claimning to have fount workarounds, but I cannot find any details on exactly HOW to do it.
Any info on this subject is appreciated.