I am using SignalR as my push messaging engine. I've installed SignalR via NuGet in visual studio, test it and it works fine. When I deploy my application, I intend to put my website on many server and behind a Load Balancer on Amazon AWS.
What I want to achieve is how to configure SignalR to communicate between those servers. I've read that I need to install Redis to do that and I did install SignalR.Redis via NuGet.
Now I don't know what else I need to do, how to configure my code to work with Redis to exchange data. I've searched other questions but couldn't find up-do-date question that tackles this problem. The only thing I've found was how to do it on Microsoft Azure bus, but didn't find any tutorial or documentation on how achieve that in other way.
Help will be greatly appreciated.
I also asked this question on stackoverflow.com, so you can answer there too.
I have the exact same question! I'll be anxiously awaiting any responses as well. :)
ReplyDelete