signalR web farm

Viewed 4161

I have successfully used signalR to create a simple chat application inside ASP.NET MVC3. Everything works great locally on my dev machine.

Will the application work the same way in a web farm environment with multiple web servers (going live for example)? How does signalR manage its Hubs across those servers?

Thanks.

1 Answers
Related