I want to support real time update feature in my web app, and great I found SignalR. It's very easy and interesting. But when coming to deploy to production servers, it makes me a standstill.
Currently, our web apps run on two web servers (IIS) load balanced. So to get SignalR up, we must support Service Bus.
With Redis, I can't see any implementation for Windows that ready for production. With Windows Azure we can't use it because of some company policy. And with the new Windows Server Service Bus, I read and see that it's just support a farm with 1 or 3 servers.
So, are there any available options for me to choose? I really impressed with the capabilities of SignalR and want to see it in our web app.