I'm trying to understand how Signalr works. I have read a lot of documentation but I still don't get it completely.
I want to start by explaining my case. I have a react front application that communicate with a Nodejs Azure function. I want to add realtime to it by using Signalr.
In documentation I see that all tutorials are using ASP.NET to create Hubs on server side.
As I don't have any experiences in ASP.NET or C# I would like to know if there is a solution to use Signalr witout C# but NodeJS ( Javascript ) on server side ?
I would also know what is the difference between ASP.NET Core SignalR and ASP.NET SignalR ? ( this post is not clear enough for me)