TrilonIO/aspnetcore-angular-universal

Request to add SignalR example

AbrarJahin opened this issue · 3 comments

I think adding signalR ( https://www.asp.net/signalr ) example is better than adding WebSocket example.

So, I think signalR can be added here

I think that's a good idea, at the time SignalR wasn't even in Alpha yet, but it's a much cleaner option than raw websockets.

I'll close out #5 so we can add SignalR instead! Thanks :)

Thanks for your interest :)

I have done little works with signalR.

Initial setup is done in this project-

https://github.com/abrarjahin/signalR_BasicWorking

It is with signalR and ASP.Net Core