Request to add SignalR example
AbrarJahin opened this issue · 3 comments
AbrarJahin commented
I think adding signalR ( https://www.asp.net/signalr ) example is better than adding WebSocket example.
So, I think signalR can be added here
MarkPieszak commented
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 :)
AbrarJahin commented
Thanks for your interest :)
AbrarJahin commented
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